Tool/software: Code Composer Studio
I am working through the PRU Training - Hands on Labs. I am working on Lab 2, step 5e. I am attempting to enter the following line of code:
CT_INTC.CMR4_bit.CH_MAP_16 = 1;
After I enter "CT_INTC." content assist does not pop anything up. It also does not work after I add "CMR4_bit." either. Pressing CTRL-Space does not help. When I press ctrl-space, a window pops up with the words "No Default Proposals". That really makes no sense at all.
Content assist does work if I type "for" and press ctrl-space.
I have included pru_intc.h and added the right include paths so CCS knows where to find it.
I have updated CCS with the latest updates.
I have cleaned all my projects.
I have rebooted my Debian 8 linux VM.
Any ideas how to get this very useful feature to work?
Clark