STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! error in Library Header File

Hi,I created a new project using ready HAL Libraries on STM32F3, I get an weird error (expected an identifier) on the following line in the file (stm32f303xc.h):  __IO uint32_t TR;     /*!< RTC time register,                    Address offset: 0x00 *...

Ala1980 by Associate II
  • 546 Views
  • 2 replies
  • 0 kudos

STM32L152 boot from Bank2

Please help me understand the Bank1/Bank2 boot options of the STM32L1Here's what I'm currently doing:I have a blank MCU and flash program my code normally. A read operation done by STVP shows the program resides starting at address 0x8000000. BOOT0 p...

HMull.1 by Associate II
  • 457 Views
  • 1 replies
  • 0 kudos

usb vcp setting

Hello, I am using NUCLEO-F429ZI and set usb as com vcp. I am able to connect board to PC without any problem, but ST doesn't provide specified pc driver for stm32 VCP. In my pc, I can see general vcp com port in PC, is it possible to read parameter ...