Posted on March 09, 2005 at 13:55Anyone know how to setup STR7 to put only boot VECT on RAM and the rest codes on FLASH ? Under this condition, use RAM boot or FLASH boot ? I failed to configure scatter file and boot mode setting for this.. Thanks i...
Posted on March 09, 2005 at 10:52Thanks, RISC !!! It works ! However, it crashes when I enable FLASH LP and then disable it again and again. (I enter FLASH LP after entering WFI, leave it before entering RUN mode) I use PCU->PWRCTRL |= 0x1< PCU->PW...
Posted on March 09, 2005 at 07:03Thank you, RISC !!! This code works fine on evaluation board with codes executed on RAM. Our target is running on flash. If I modified this rtc1.zip to execute codes on FLASH, the RTC INT interval becomes 2ms, not 1m...
Posted on March 07, 2005 at 06:17 see this project for my test. I put an external 1kHz signal on p2.10 to trigger EXT INT.
________________
Attachments : rtc.rar : https://st--c.eu10.content.force.com/sfc/dist/version/download/?oid=00...
Posted on March 07, 2005 at 00:21Thank you, Bouha ! I'd tried your code. It works because you just enter WFI for once. Try this one: add PCU_WFIEnter() in infinite while loop in main(). Now the RTC wake-up frequency becomes 200Hz, not 1kHz... while ...