Hi all
I am trying to get the MQT package built and running on the C6474.
I was able to build libraries and smmqttest_64P.pjt by creating the CCSv4 projects from scratch (I tried importing but ran into migration log errors that didn't make any sense to me). Actually, not totally from scratch. I borrowed the .tcf and tci files from the original MQT_1_21 package so that I didn't have to worry about re-mapping the memory or creating tasks.
I'm able to get the smmqttest_64P example to load to main, run the the end of main, but then it will not hit break points the worker or boss tasks (I also put in log_printfs() that are not outputting either). When I stop the emulator, its stuck in HSEMCRIT_getLock(). Any thoughts of what I should try to do to debug it?
Is HSEMCRIT_getLock() run after main() exits? Knowing that would help me debug the problem.
Cheers