Posted on May 17, 2011 at 09:59Hi, I need to put a system on sleep-mode when voltage brownout. On my system VBAT is active for sram and rtc. SCU is configured this way: FMI_Config(FMI_READ_WAIT_STATE_1, FMI_WRITE_WAIT_STATE_0, FMI_PWD_ENABLE, FMI_L...
Posted on May 17, 2011 at 09:59I found the gap... I wrote a wrong sequene: ... WIU_Cmd(ENABLE); WIU_ClearITPendingBit(WIU_Line18); WIU_DeInit(); ... and sobstitute with this ... WIU_DeInit(); // *** <= First of all! WIU_ClearITPendingBit(WIU_Li...
Posted on May 17, 2011 at 09:59Hi, I have two interrupts on the same WIU group, on P6.0 and on P6.2 I understood only one line in a group can generate an Interrupt. So I decided to use the WIU_IRQHandler to manage the second interrupt in the same gr...
Posted on May 17, 2011 at 09:49Hi, I'am sending data from emi port to a fpga, and it works! I need to speeding up as well as possible writings to emi port. I notice first of all, that CS signal spent a lot of time to come back from logic level 0. Ch...