Issue in debug mode when use Uart
Hello,
I'm creating application with STM32F072, with ADC DMA, USB, Timers and Uart.
Last one is used to communicate with PC but i verify a strange behavior.
First of all general information:
- generating this software with STM32cubeMx.
- using IDE openstm32
- priority level USB = 0
- priority level TIM3 = 1
- priority level DMA = 2
- priority level UART = 3
The strange behavior is present when i'm debugging application for checking uart peripherals.
I sent chars from MCU to PC, when these chars arrived on minicom see chars differets.
When PC sent chars to MCU, MCU goes in error for noise.
This happend in debug mode.
In Run mode ( same configuration debug) this behavior not is present yet.
Can you explain what i missed?
Thank you in advanced
Andrea
