Function is not called if not declared as inline/static
Hi I am starting to do some basics with register operations and came across with this situation.The board I am using is a STM32L031k6 nucleo.Code is the following #include "stm32l031xx.h" // Green led is at PB3 static void delay_ms(uint32_t delay...