STM32H743: misaligned LR register
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-STM32H7x3
post.
From IAR:
An unaligned access error has occurred (CFSR.UNALIGNED).
Exception occured at PC = 0x804ed9e, LR = 0x804ecf1
The Program Counter is in the FreeRTOS function: prvCheckTasksWaitingTermination()
