I'm evaluating the F28M35H5C2 on the H52C1 Concerto Experimenter Kit . I've read the workshop document. Tried to create a simple project that supposed to blink the LED attached to Port C Pin 7. I can get pass initialization of the intrerupt table but when ever I add code to initialize the other peripherals (GPIO and GPTM); after the program loads the debugger do not stop on main. Looked at the map file all address reported are correct.
Below are the details of the development environment:
Windows 10.
CCS v9.2
Attached is the sample project. If I comment out the gpio_init function in file file psp.c I can debug; adding any other function breaks. Any suggestion is appreciated.