User Activity

Is the failing address register (FAR) of the RAMECC monitor an absolute or relative address?. In other words, for SRAM3 for example would FAR contain 0x3004xxxx or 0x0000xxxx?
What would cause the LR register to be misaligned?I occasionally get an UNALIGNED exception running Ethernet (lwIP). I suspect the DMA but I implemented as it is in the example and the https://community.st.com/s/article/FAQ-Ethernet-not-working-on-ST...
After causing a watchdog reset RCC->RSR is showing as 0. I didn't think that was a valid value unless a jump was performed. I check RSR first thing so nothing should be clearing the bits by setting RMVF bit. Other types of reset seem to work. I haven...
Programming bank2 of an STM32H743 starting at 0x0810000 leaves a section unprogrammed between 0x08100040 and 0x08100800. Programming bank 1 works fine.Using the UI and the CLI version 2.4.0 via the UART. I'm pretty sure I don't have any security bits...
My STM32H743 SPI interrupt handler is being repeatedly called even though the interrupt enable register (IER) is 0. I'm running in slave mode and probably doing something really wrong for this to happen. Here are the register values:Name   Value   Ac...