Hello, What board are you using? What BSP was selected when creating a project? bsp_init_internal has address of 0 so it's not executed. Try rebuilding the project symbol index by right-clicking the project in the project explorer and going to Index -> Rebuild. If you're running past call to main(), it means that your application is crashing (most likely using NULL-pointer) - in the "Quick Access" box in the top-right hand corner of the window, enter "Fault Status" and select it from the list. This utility fetches data from fault status register to help you determine cause of the problem. Regards
↧