Hardware:
nRF5340
NCS2.5.0
Hello:
Why flash operations block UART DMA activity?how can i fix this?
My uart init:
every 10ms,i shoudle get gpio toggle,but when I flash something.gpio toggle delay.
flash operations:
Hardware:
nRF5340
NCS2.5.0
Hello:
Why flash operations block UART DMA activity?how can i fix this?
My uart init:
every 10ms,i shoudle get gpio toggle,but when I flash something.gpio toggle delay.
flash operations:
Hello,
The DMA should not be blocked, but the CPU will be halted during flash operations which will delay processing of interrupts. Are you also experiencing this delay if you only write small chunks of data?
Best regards,
Vidar
Hello,
The DMA should not be blocked, but the CPU will be halted during flash operations which will delay processing of interrupts. Are you also experiencing this delay if you only write small chunks of data?
Best regards,
Vidar