Hello,
I'm working with TMS320F2809.
I already used it for some project and I know about some driver.
I used to download a bootloader with SDFLASH but the fact is I can't run SDFLASH on a windows 7 machine. So, I use a windows XP machine with usb to serial adapter (I pull up or down the correct GPIO).
So, I decided to developped my own application (c#) which use the CAN bus to download a bootloader faster.
As mentionned on SPRU722C datasheet :
- I did my boot table with hex2000 Projet.out -boot -gpio8 -a (also tried hex2000 Projet.out -boot -can8 -a but it seems to be the same)
- I'd configured my bus can at 500kb/s 2 bytes ID1
- I send message like it is said (0xAA and then 0x08)
But in my case it happened nothing...
My programme is a blinky LED on GPIO23 and may be my problem come from F2809.cmd file.
Somebody can help me please?
Thank you