attached are two screenshots from a scope datalogger thats connected across a 10ohm shunt at VIN to my circuit. (i.e. 1 Y-div = 5 mA)
can someone please comment on the graphs and let me know if the profile you see there seem to match the annotations (and code)?
DEEPSLEEP MODE :
UseMcuClock(); // MCU internal clock selected since we'll lose our external clock
PWRLib_ClockSetup(SelfClk_2MHz);
SPMSC1 = cSPMSC1Init_LVD_Disable; // disable LVD
MC13192ContReset(); // Place the MC13192 into Reset mode
PWR_HandleDeepSleep(STOP3_MODE, 5);
RadioInit();
AppInit();
// Restart to external clock appx. 10.8mS
MC13192Restart(); // Bring the MC13192 into the desired Idle condition.
MC13192Init();
MLMESetChannelRequest(2);
MLMESetMC13192ClockRate(0); // Set initial Clk speed
UseExternalClock();
- Also why is there so much fluctuation in the consumption between 2 RTI IRQs?
Message Edited by kbu on 2006-10-3104:27 PM