79755770

Date: 2025-09-04 13:27:27
Score: 2
Natty:
Report link

I have just found the exact same issue on a L series part.

changed

HAL_UARTEx_ReceiveToIdle_DMA(&hlpuart1, RxBuf, RxBuf_Size);

Remove DMA settings entry in .ioc file.

to

HAL_UARTEx_ReceiveToIdle_IT(&hlpuart1, RxBuf, RxBuf_Size);

All now works as expected.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Paul S