Other Parts Discussed in Thread: TMS320F28335
When I try to run a sys/bios application with c28 specific xdc module checked, I found the PIE vector table being populated at 0xD00. I am using TMS320F28335 as the target. Earlier in DSP/BIOS we were manually loading these sections, using MemCopy function. Is it required while using sys/bios?
Also Initflash() function used earlier really needed to be loaded in a section of ram and run before starting bios?
Again,
In sys/bios, a total of 128 interrupts are told in which interrupt number 32 to 128 are PIE interrupts. What about the first 32 interrupts? I did not find those in the device spec sheet. Do they really exist? If not what is the trick behind that? When I enabled the interrupt using number 12 and and tried to trigger it using Hwi_post(12) it landed in unplugged device dispatcher. But for interrupt number 32, this got triggered properly? Can somebody shed some light over this matter?
Expecting a prompt reply asap,
regards,
Sijomon