Hi!
I have a bootloader using SPI 3 for a bootloader LCD animation.
Unless I attach an RTT console, the animation causes my DFU to fail 100% of the time.
It is making me wonder if SPI3 supports EASY_DMA. It's not obvious from the sdk_config.h
If I disable the animation, DFU passes 100% of the time, so I'm thinking there might not be DMA on this SPI instance.
question 2 - is there any documentation on known issues with DFU and RTT?
thanks.