Part Number: TMS570LC4357
Other Parts Discussed in Thread: HALCOGEN,
Tool/software: Code Composer Studio
I'm looking to just enable a pin (perhaps an LED or one of the pins around the perimeter of the board) without using HalcoGen and just using C code in CCS.
What is the syntax for this sort of thing?
Some people online are doing things like this:
output_high(pin_d6);
while others are doing this:
d6 = 255;
There are so many different ways that people seem to be doing this, and I'm just wondering what is the correct way for this device/IDE? Are there really no resources for learning how to code in CCS, or am I just having trouble finding them?