Part Number: TMS320F28379D
I have a number of questions related to boot loaders for the F28379D.
- Can a serial port besides SCIA be used? We are converting the uart lines to RS485 and it is half-duplex so we also have a gpio to indicate when we are transmitting. Can such an interface be used with the serial flash programmer?
- Can a flash kernel be stored in flash so it does not have to be downloaded? If the flash kernel is stored in flash, can the boot process pick between starting the flash kernel or the application? The TRM for this processor seems to say that the start address is 0x80000 and does not seem to offer a way of specifying a different starting address. Does the flash kernel have to be part of the application if we want to avoid the ROM SCI boot?
- Is there a boot mode to copy the application from flash to RAM and then run the application from RAM?