STM32 devices names end with: VGTx, VGHx, RETx, REYx.The first 2 seem to be associated with memory size and the last 2 to the package. Is there any logic to it and is there any document describing it?
Posted on May 10, 2017 at 15:29
Hi all,
we are working on our second custom boardfor our product, using STM32F446RET6 MCU, 8MHz HSE and 746Hz LSE external crystals. From the first board to this one the only difference it's that all needed chip...
Posted on September 01, 2016 at 15:55
I'm trying to implement an asynchronous USART using ISR to communicate with FTDI and Bluetooth Modules (RX and TX at 115kbps). I have a STM32F446RE with the following test code:
void
USART6_IRQHan...
Posted on August 24, 2016 at 16:23
I noticed some problems with the RTC value after waking up from an interrupt (_WFI() instruction) so I made this code to test it out. It prints RTC value in seconds since the epoch and sleeps after 5s:
...
Posted on August 18, 2016 at 16:50
I have a custom board with STM32F446RE, with RTC powered by coin cell batteries. After testing 2 boards in the field for several days they stoped working and, while debugging, I realised that there a timeout in...
Posted on September 02, 2016 at 11:41I see the 'a' on the first time because I write in DR, but never more after that.I close that view, didn't used breakpoints and tested it in release as well.
Posted on June 28, 2016 at 18:05Forget about it, one of my ''if'' didn't have the right condition so it kept filling a char array in the bss past it's limit, thus changing the memory after that (including the FIL structure with that pointer).