Browse
STMicroelectronics Community
FAQs
Sign In
Product forums
STM32 MCUs
STM32 MCUs Products
STM32 MCUs Boards and hardware tools
STM32 MCUs Software development tools
STM32 MCUs Embedded software
STM32 MCUs TouchGFX and GUI
STM32 MCUs Motor control
STM32 MCUs Security
STM32 MCUs Wireless
STM32 MPUs
STM32 MPUs Products
STM32 MPUs Boards and hardware tools
STM32 MPUs Embedded software and solutions
STM32 MPUs Software development tools
MEMS and sensors
MEMS (sensors)
Imaging (sensors)
Automotive and Transportation
Automotive MCUs
AutoDevKit Ecosystem
GNSS positioning
Edge AI
Interface and connectivity ICs
Power management
ST25 NFC/RFID tags and readers
STM8 MCUs
Others: hardware and software
Analog and audio
Knowledge base
STM32 MCUs
STM32 MPUs
MEMS and sensors
Analog and audio
EMI filtering and signal conditioning
Interface and connectivity ICs
Power management
Quality & reliability
Academy
About
Community guidelines
Feedback forum
Community blog
Developer news
BSing.4
Associate II
since
2021-01-25
2023-06-14
User statistics
8
Posts
0
Solutions
0
Kudos given
0
Kudos received
STMicroelectronics Community
About BSing.4
Options
Report User
User Activity
Posts
Replies
I am getting a problem with STM32F103RBT6. The problem in pin of microcontroller. I am use the pin for a button . but microcontroller after some month or days the pin short to GND(pin to GND resistance is 68 ohm with power OFF and ON time).
2021-08-20
i am use the STM32F103C8T6 with Cubeide . I am getting the problem in Reading multi channel ADC .
2021-05-12
I am working on STM32F103C8T6 with ADC and UART . I am getting the problem in send ADC value to UART ASCII Code and Problem in receiving from UART ASCII code to numerical value like 0 to 255. Please Help me.
2021-03-17
Re: I am getting a problem with STM32F103RBT6. The problem in pin of microcontroller. I am use the pin for a button . but microcontroller after some month or days the pin short to GND(pin to GND resistance is 68 ohm with power OFF and ON time).
2021-08-20
i am use PA1 pin for button but is show to shorted to GND . if try to give the 3.3v and i am getting 20milli amp on this pin.
Re: i am use the STM32F103C8T6 with Cubeide . I am getting the problem in Reading multi channel ADC .
2021-05-12
Please send the example code of adc multi channel
Re: I am working on STM32F103C8T6 with ADC and UART . I am getting the problem in send ADC value to UART ASCII Code and Problem in receiving from UART ASCII code to numerical value like 0 to 255. Please Help me.
2021-03-18
HAL_UART_Receive(&huart1,&HMI,1, 1);if(HMI>215){ HAL_GPIO_WritePin(TRIACK_GPIO_Port, TRIACK_Pin, GPIO_PIN_SET); }But this code is no work
Re: I am working on STM32F103C8T6 with ADC and UART . I am getting the problem in send ADC value to UART ASCII Code and Problem in receiving from UART ASCII code to numerical value like 0 to 255. Please Help me.
2021-03-17
Please send the one example of sending and receiving
Re: We are working on STM32F103RBT6 and getting the problem in internal EEPROM Read and Write. Please Help me.
2021-01-25
But Same Controller STM32F103RBT6 EEPROM working With Arduino IDE. And mention the Size of EEPROM in Datasheet .