Hi
I have a TMS570 bootloader which starts an application which is using the FEE interface. Application works fine when loaded via JTag and run from addr 0x0. When loaded and run via bootloader from addr 0x0002’0000, application starts ok until TI_Fee_Init() is reached. TI_Fee_GetStatus() returns always UNINIT and app is stuck. When removing FEE usage, everything is ok.
Bootloader itself does not use FEE.
Thanks…