Other Parts Discussed in Thread: CONTROLSUITE, TMS320F28055
Hello everyone,
Background: I'm going to work with tms320F28055 and i'm planning to program it via another embedded system. Program should run from flash. I'm planning to use flah kernel that you guys have in the controlSUITE example, it's a really nifty thing so I hope that I will be able to implement it successfully. I have examined CCS code and I think i got it. My questions are:
1) I wont be able to run an application that you have ready to use in controlSUITE utilities folder (serial flash programmer), nevertheless I think that it wont be a big problem (at least I hope so). I'm going to pass two .txt files to my embedded processor and then it will simply transmit them via SCI, of course, with respect to the data stream that is implemented both in the SCI Bottloader and in the CCS flash-kernel program. Kernel first, then my application. Is there anything else I should take care of?
2) How can i debug the flash-kernel program? I want to reboot my processor, start it in the SCI Boot Mode, load the flash kernel program. Then program should stuck in the AutobaudLock function and I want to connect my emulator at this point and start debugging to verify that everything goes seamlessly. How can I do this?
Thanks in advance!