User Activity

I am debugging an application for an STMF103RCTX Using STM32CubeIDE and an STLINK v2 debugger.This is my usual combination of tools and my usual hookup.I find that I can start a debug session and step into main() and even step over anything befoer HA...
If I call HAL_UARTEx_ReceiveToIdle_IT to receive 512 bytes, will it wait till all 512 bytes are received before calling HAL_UARTEx_RxEventCallback or could it possibly call it several times, delivering fragments of the whole packet?I'm asking because...
My setup is macOS 15.0 SequoiaSTM32CubeIDE 1.16.1STLink-Server v2.1.1When trying to program or debug a device the following error is shown:Even after re-installing ST-Link serverI have rebooted and re-installed ST-Link Server, but the issue persists....
Cube Programmer v 2.11.0 crashes when closing an input file on macOS 18.0See video below:https://youtu.be/5GJ8EUTlmFo 
I have a Nucleo F746ZG board and I've implemented a small UDP echo server in LwIP standalone mode. (No RTOS)If I hit 'debug' and as soon as the code stops on the first instruction hit 'continue' then it works perfectly.If however I just run the code,...