Part Number: TMS320F280039C
Other Parts Discussed in Thread: C2000WARE
i have two quetsions when i'm using TMS320F280039C as the controller of my driver :
1 Driver will output a ~20ns pulse to F280039C ( there will be around 12 drivers on the PCB) every 2us repeatdly , can you please let me know which group of GPIO can detect a ~ 20ns pulse ( VOH 3.3V , VOL 0V )
2 after F280039C receive this pulse , assuming it can detect it , it will be counted in the internal counter ( stored in RAM i suppose) . and since there's 12 drivers on the board there will be 12 sets of data stored in RAM. For every 5 minutes or so , we can erase the one of the three flash bank and store the count data from RAM to flash while the RAM is still running. after another 5 mins will erase flash and overwrite it with the latest content from RAM. Some one told me that there's a EEPROM emulator to treat the flash as EEPROM. but i'm not sure if this a "Gen 2 " C2000 device. Even if it's not and EEPROM emulator is can not be used, i can still use ram-> flash to store my data , is this understanding correct ?