Search found 16 matches

by asking
Wed Feb 14, 2024 5:37 am
Forum: General discussion
Topic: AT24C32 not able to write in Test Program for STM32F103C8T6
Replies: 8
Views: 1537

Re: AT24C32 not able to write in Test Program for STM32F103C8T6

In Arduino its showing as

STM32F1XX/GD32F1XX Boards by stm32duino.

I have Selected Generic STM32F103C6/fake STM32F103C8T6
by asking
Tue Feb 13, 2024 1:25 pm
Forum: General discussion
Topic: AT24C32 not able to write in Test Program for STM32F103C8T6
Replies: 8
Views: 1537

AT24C32 not able to write in Test Program for STM32F103C8T6

Hi, I have tried below code to test the simple byte function and read the same. Circuit is connected to port and I2C Scanner is detecting Chip @ 0x50 Address. Working @ 3.3V. WP on AT24C32 Pin is left open. What else could be issue ? #include <Wire.h> #define EEPROM_ADDRESS 0x50 // I2C address of th...
by asking
Mon Jan 01, 2024 10:11 am
Forum: Projects
Topic: STM32F103C8T6 custom board download issue
Replies: 1
Views: 1868

STM32F103C8T6 custom board download issue

I have made Custom board with Simple ST-Link v2 pins out 34/37 and power. Program does gets loaded using Arduino STM32 Core and SL-Link v2 Successfully shows download and led indicates accordingly. But 7 Segment doesn't light up. Same Hardware if i program through non STM32 Core and program via UART...
by asking
Sat Aug 12, 2023 9:18 am
Forum: General discussion
Topic: STM32F103C8T6 blue pill INPUT pullup issue
Replies: 2
Views: 1207

STM32F103C8T6 blue pill INPUT pullup issue

Hi, On PA0, PA1 and PA2 are define as input with Pull up enabled. as per below code, but when i push the button LED on PC13 Turns off instead of being turned on. what could be wrong ? bool START = 0, STOP = 0, RESET1 = 0; void buttons() { START = digitalRead(PA0); //START BUTTON STOP = digitalRead(P...
by asking
Fri Aug 11, 2023 1:02 pm
Forum: General discussion
Topic: Need to read MAX6675 K Type Thermocouple on SPI1 and SPI2 Simultaneously
Replies: 6
Views: 1484

Re: Need to read MAX6675 K Type Thermocouple on SPI1 and SPI2 Simultaneously

Okay,

I had success using 2 Instances, i think this library can use any PINs as BITBANG @ SPI. so you can use multiple sensor only drawback would be 3 pins would be wasted. better option would be to use CS to multiplex sensors saving IO pins.
by asking
Fri Aug 11, 2023 10:14 am
Forum: General discussion
Topic: Need to read MAX6675 K Type Thermocouple on SPI1 and SPI2 Simultaneously
Replies: 6
Views: 1484

Need to read MAX6675 K Type Thermocouple on SPI1 and SPI2 Simultaneously

Hi, I am looking for resources on internet but not getting results for interfacing MAX6675 to SPI using STM32F103C8T6. Can anyone please help me out where to start for using K-Type Thermocouple IC MAX6675 to read temperature from 2 Modules on SPI1 and SPI2. I am using STM32 Arduino Core for implemen...
by asking
Tue Aug 01, 2023 6:28 am
Forum: Projects
Topic: STM32F103C8T6 Custom Board Programming Issue
Replies: 1
Views: 4919

STM32F103C8T6 Custom Board Programming Issue

Hi, I have developed a custom PCB for our application. i have replicated everything regarding the programming Jumpers and programming pins as we do in STM Blue Pill through Arduino. some how i am unable to program the new chip. Question in my mind is do we need to load bootloader for programming via...
by asking
Sat Jun 10, 2023 9:22 am
Forum: General discussion
Topic: I2C Scanner working in Arduino nano but Not Able to Detect in STM32 Bluepill
Replies: 7
Views: 1855

Re: I2C Scanner working in Arduino nano but Not Able to Detect in STM32 Bluepill

fpiSTM wrote: Wed May 31, 2023 2:14 pm Which core you used?
Tested and it works as expected with STM32 core.
If you use STM32Core, which version and which target you select in arduino menu?
Sorry for late revert,

STM32Core is 2022.9.26

Target board is Generic STM32F103C using Bluepill STM32F103C8T6

Go to advanced search