Hi Mr.Carlos,
Yes,we are using custom board for FXTH87(IC-FXTH870511dt1).I used the sample project TPMS_Periodic_RF_Transmission_434 MHZ_2AXIS provided by freecale.I changed the configuration to ASK by making following changes in the code,since we had only 434 MHZ ASK receiver.
// PLLCR0=0xB0; // 10110000
// PLLCR1=0x64; // 01100 100 pol=1 ini
PLLCR2=0xB1; // 10110001
PLLCR3=0x44; // 01000 100 CF=1 (bit2) //ASK,434MHZ
I dont see any frames in my receiver.So I modified the code by disabling stop modes,RF transmission,all measurements routines,instead i just toggled one pin.Before i flash file to the target,i erased the whole device,after that i flashed the device using Codewarrior's built in flash programmer .I got notification that programming was successful & verified.I dont see the configured pin toggling.Now trying to debug,when ireset before running the program.i get the following error"No souce available for 0xffff".I am not using any built in fimware routines for pin toggling.But when i debug in steps i.e step into or stepover.i am getting my code executed i,e pin getting toggled.In custom board,we have let reset pin open,we use Power On Reset (switch ON/OFF)after flash programming to run the code.
Will POR instead of RESET via reset pin run the code after flash programming?
Why i am getting the error "No source available for 0xffff" after reset via software during debugging?
Pls. solve my queries!!!
Regards,
K.Saravanan