User Activity

Hello,I used to work with IAR.In IAR call stack, if ever you break into an ISR, the call stack shows you where you were in the "main" code just before the ISR fired.Now, with STM32Cube MX, the call stack only shows the call stack since the root ISR ...
Hello,I've spent 3 days understanding why my USART could not communicate correctly.The answer : the HSI16 of STM32L552 is out of specs.Steps to reproduce :start a project running on HSI16Output HSI16 on MCOMeasure frequencyI've measure the frequency ...
Posted on August 23, 2017 at 17:55Hi,I'm using an STM32F446 @ 168MHz.APB2 Frequency = 84 MHzSDIO_CK frequency = 12MHz @ 4-bit lines = 48 Mbit/secShoud give a reading throughput of approx 6MBytes/sec.But using ST's SPL, reading 1 block ( of 512 bytes...
Posted on August 17, 2017 at 12:07Hi,I'm using USB with SPL on an STM32F4 system.If I do this :while(1){   PWR_EnterUnderDriveSTOPMode(PWR_LowPowerRegulator_UnderDrive_ON, PWR_STOPEntry_WFI);}Then my system power consumption is 1.6mA.But if I do thi...
Posted on July 04, 2017 at 09:34Hi,I have an STM32F446 + external PSRAM.Everything's working fine, but it seems that I have a bug in my software that sometimes (hard to reproduce) breaks the connection between the STM32 and PSRAM.When it is the case...
Kudos from