User Activity

Working on a bootloader on the STM32F745 and starting from example code there was the function call CPU_CACHE_Enable.In the original examples, this is called right at the start of main(). I had moved this function call later as I (thought) I wanted t...
I have a C project on an STM32F745 that uses various HAL libraries.Today I have enabled the WWDG (Windowed Watchdog.) I set the registers directly as I find that easier to understand and did this right at the start of main() to offer best protection ...
I have an intermittent issue with a USB composite device on STM32F745 where an endpoint is failing to send data back to the PC and then the PC resets the connection.I've applied the interrupt disabling from https://community.st.com/s/question/0D50X00...
I'm running into the Cortex M7 r0p0, r0p1 bug where single-stepping is impossible due to the processor handling an interrupt instead.i.e.http://www.keil.com/support/docs/3778.htmI'm using OpenOCD and it is reporting:Warn : Silicon bug: single steppin...
Hi,On STM32769NI EVAL board I have LWiP running the ethernet port. This is a merge of two pieces of example code that come with the Cube.I also have SDMMC being read by FATfs.Prior to adding Ethernet, all was well. Now, calls to HAL_SD_ReadBlocks_DMA...
Kudos from