Hello,
Have several questions:
1) After writing a SYS/BIOS program in CCS5.3 how do I get the DM3730 chip to boot it?
- Can I simply set my program up as MLO and have the chip boot it from MMC?
- Can I have x-loader boot it off of MMC?
- After compiling how do I get the binary up and running?
- Does SYS/BIOS initialize hardware for me, e.g. easy way to setup UART or GPIO or HWI, etc...
-- If not, are there some examples on how to do this
2) To test if my program is running I figure it is easy to toggle a pin value (GPIO) since UART is becoming difficult (which it shouldn't be). So, what is the syntax to do this?
- What include files do I need?
- What needs to be setup?
- Etc.
All of the info I find keeps pointing me towards Linux, it seems support for SYS/BIOS is limited. I haven't found any solid instructions on how to make standalone programs and load them.