User Activity

I downloaded and extraced STM32CubeMX for MacOS. Double clicking the SetupSTM32CubeMX-6.3.0.app file doesn't do anything
I used STM3CubeIDE to create a default project (no settings changed) for a stm32l496ve chip. It generates a main file that has:int main(void) HAL_Init();   SystemClock_Config();   while (1) { } return 0; }And a SysTick_Handler defined in ...