Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28377D
Hi all,
I am using a DUAL core application for TMS320F28377D. The code has been taken from code example of controlsuite.
The code is blinky_dc.
blinky_cpu1:
This is run from CPU1. GPIO31 is configured as output and run from this core only. At while loop it toggles.
Also from this core GPIO34 is configured as GPIO to be used from CPU2.
blinky_cpu2:
this is run from CPU2. GPIO34 which is configured from CPU1 are toggled in this code.
The problem I am facing:-
both the codes are built as error free. But I am not able to see the status of GPIO34 neither from watch window nor from actual LED condition.
Even it is not happening with single step operation also ( putting breakpoint and the step by step operation).
In CPU2 code I increment a dummy variable in infinite loop. The updating of the variable is seen from watch window but the GPIO34 is unseen.
I am also having some doubt on line no 53 for CPU1 and 52 of CPU2. Some 'TODO' is mentioned, which is not cleared.
Also is it not possible to check the different variables, say variable 'a' from CPU1 & variable 'b' from CPU2 at watch window simultaneously.
Please let me know if you need any other data from my side.
