User Activity

Hi,I'm porting "eeprom emulation" into STM32L476RG. It is based on "en.x-cube-eeprom".I set GUARD_PAGES_NUMBER 4When all eeprom pages are full, then it can't go forward.EE_WriteVariable32bits() -> WriteVariable() -> EE_PAGE_FULL -> PagesTransfer() ->...
Hi, I'm seo. when i use STM32CubeMX(5.3.0) USART2 doesn't work.I attached ioc file. other uarts works well.I debugged MX_USART2_UART_Init(), but the source code looks like well.Could you give a sample ioc file for nucleo-l476rg which working USART2?T...
Posted on March 27, 2014 at 13:09STM32F series has embedded bootloader in Flash memory as we know.If I want to update Firmware by this embedded bootloader,which tool can I use in PC side?Does ST support kind of this software tool that can communicat...
Posted on March 27, 2014 at 02:25I'm really wondering what speed selection of GPIO is.There are some options to select GPIO Speed, such as 2MHz, 25MHz, 50MHz and 100MHz.What does the speed mean?Which value is selected generally?
Posted on December 20, 2012 at 08:51I'm plaing to communicate between STM32F207 and WinCE by VCP(Virtual Com Port). So I need the VCP Driver for WinCE. Does anyone have a good idea to solve this problem?