Resolved! GPIO Pins for ADC 1 in STM32F103RB
Posted on May 04, 2018 at 20:02What are the GPIO Pins for ADC 1 in STM32F103RB? I can't find it in reference manual.Thanks!#adc #gpio #stm32f103rb
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on May 04, 2018 at 20:02What are the GPIO Pins for ADC 1 in STM32F103RB? I can't find it in reference manual.Thanks!#adc #gpio #stm32f103rb
Posted on March 20, 2018 at 08:47when use the stm32f103xx MCU RTC module with HAL lib, the rtc init code generated with ll lib function.the steps to replay the issue.1) select MCU as stm32f103rct6;2)check 'Generate peripheral initialization as a pa...
Posted on June 27, 2017 at 04:50Hi, I am working on a 26x10 RGB LED matrix connected to a STM32F746 through SPI.The data is located inside the DTCM memory (0x200003E0 address to be precise) and sent through DMA to the shift registers. It all works a...
Posted on May 04, 2018 at 20:59Hi,I am trying to create a c/c++ embedded project but never success. The java null pointer exception happen all the time.Any idea of whats going on?Thanks,Dick
Posted on May 04, 2018 at 20:52Hello,I am using nucleo-f429zi. I am using timer 3 with input channel 4 to detect input pulse and then start my timer for test. In order to terminate error case, for example, no pulse is detected in the certain period,...
Posted on January 15, 2018 at 13:39I am using STM32f030C8 controller. As per RM0360 ref. manual, baud rate calculation is as below (Section 23.4.4): USART baud rate generation: The baud rate for the receiver and transmitter (Rx and Tx) are both set...
Posted on October 28, 2017 at 14:31Hi,i'm using STM32CubeMX V 4.23.0 to build a project for a stm32f107vct with FatFs, LWIP & FreeRTOS using the gcc-arm-none-eabi-6-2017-q2-update toolchain.Compiling the generated syscalls.c fails due various errors...
Posted on May 03, 2018 at 08:39Hello,I have a similar code, where I define a message buffer of type CanTxMsgTypeDef. However, when compiling, I get an error saying CanTxMsgTypeDef is an unknown type. So I guess this needs to be defined somewhere, o...
Posted on May 04, 2018 at 10:03I got a error message - make: *** [test.elf] Error 1 when I build a project in Eclipse.Is there any way to solve this problem?.MCU : STM32F091RCT6Eclipse version : Neon.3 Release (4.6.3)Toolchain : Cross ARM GCC Buildi...
Posted on May 03, 2018 at 21:38Hi,I know it's rather a question to Keil but maybe someone came across this issue.The uVision cannot find STM32L496ZGTxP MCU when the IDE starts. The current DFP is 2.0.0 (2017-10-06).I ignored the warning and success...