This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28379D: CCS

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software:

Hi,

I have some questions as below. I hope you can assist with:

1. Could you kindly outline the necessary steps for developing a basic program that initializes the DSP using the Driver Library within the main function? Alternatively, could you suggest an example project that could serve as a reference?

2. How do I get information about the Driver Library that sets up or controls GPIO? How do I know what functions are available and what are the parameters for each function?

Thanks and best regards,

Sameer

  • Hi,

    ould you kindly outline the necessary steps for developing a basic program that initializes the DSP using the Driver Library within the main function? Alternatively, could you suggest an example project that could serve as a reference?

    Yes I think you can start with led_ex1_blinky found in c2000ware examples at "your c2000ware install directory"\driverlib\f2837xd\examples\cpu1\led

    How do I get information about the Driver Library that sets up or controls GPIO? How do I know what functions are available and what are the parameters for each function?

    We have the driverlib function for GPIO at  "your c2000ware install directory"\driverlib\f2837xd\driverlib\gpio.c and gpio.h

    Thanks