Other Parts Discussed in Thread: PGA900
I am running CCS v6.1.2.00015 IDE.
I have a target with a host MSP430 uC controlling four PGA900 slave devices (among other things).
It is my goal to create an executable image file for the PGA900 device and use the Host to load the PGA900 application through the SPI port Digital Interface and run the PGA900's from the Development RAM (not the OTP Flash Memory). I need a procedure for getting the CCS to link in this foreign PGA900 object into the MSP430 load module. I'll be defining an 8Kbyte space in the MSP430 memory map to store the image. The main application will load the PGA900 code during initialization.
Has anyone done this? Any advice out there?