Posted on January 24, 2015 at 19:54
Hi there... Using the non-hal on an STM32F2xx, I can read/write at 3,333,333 BAUD without a problem. When I port the code to STM32F4xx, I am unable to read/write to the USART1 at the same BAUD rate - instead, ...
Posted on April 01, 2014 at 02:45I have been attempting to store a few bytes in some non-volatile memory on the STM32fxx. From what I understand, there are two places to save data that does not require vbat battery backup... I may be out to lunch, b...
Posted on February 09, 2014 at 21:59
Hi! First, I have to say that this forum has been super helpful with designing our new product based on the STM32F2. Even though this is my first post, I have been using this forum for months for reference. A...
Posted on April 01, 2014 at 07:39Thanks clive1 (As usual you're an allstar) I was wondering what sector 0x0807 0000 would be - and I couldn't find a document. I was browsing the STM32 ST-Link software and found a button Erase Sectors, which showed m...
Posted on April 01, 2014 at 06:48Is there a reference to the sector memory map somewhere? Also, when you say journal write across a region - are you referring to a Word? How large is a Region - or is a region (for example) the size of ''Flash'' 0x0...
Posted on April 01, 2014 at 04:01I tried making this... and it seems to work occasionally, but not always. It's as if the FLASH_ProgramWord() isn't always setting the dataeeprom.h ------------------------------------------------------------------- #...