No while loop shown in tutorials in main.c
Hi,I've seen that in many stm32 tutorials (such as blinking LED and uart tutorials) they make use of a "while (1) " loop located in main.c: But, in the main.c generated by cubeMX for my stm32l496ag board i have only the following single while loop, ...