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.

PPS process flow complete, what next?

Other Parts Discussed in Thread: TLV320AIC3256EVM-U

I have completed a PPS process flow, built and downloaded it to a TLV320AIC3256EVM-U and everything works correctly. What is the next step to get this PPS code into my project? Does PPS generate code that I can use with a microcontroller and eprom to load it into an AIC3256 chip? I am having problems locating information on exactly what is possible and how to do it. Thanks, George
  • Hi George,

    In PPS, go to Tools > Options and look for Generate Device Driver Interface and check that box. This will generate a header file when compiling the code. To parse the code with the MCU, look for the driver support document in the PPS extranet. You'll find information on the number 255 which you would use to jump between structs.

    You probably will have custom settings on your board (PLL settings, different I/Os, etc.). For such case, click the framework and open the SystemSettingsCode property which will show all the device register settings.

    Regards,

    J-

  • This is exactly the information I was looking for. Of course I could have questions later if I run into a snag. Thanks a bunch, George