• How to disable stack area zero-init
    Hi, is there simple possibility to disable stack zero-init at startup (Keil MDK-ARM)? I'm trying to find some stack issues in the program, so I have filled the stack memory areas (multiple stacks...
  • Init
    void GpioInit(void) { // Set to inputs FIO0DIR = \ FIO1DIR = \ FIO2DIR = \ FIO3DIR = \ FIO4DIR = 0; // clear mask registers FIO0MASK =\ FIO1MASK =\ FIO2MASK =\ FIO3MASK =\ FIO4MASK = 0; /...
  • RTC RAM problem of LPC2378
    Dear all I am storing some variable(normal variable, unsigned char ,int, float ,char Array etc.) in RTC RAM. After some time processor stop execuation.If I delete all RTC RAM variable from program...
  • Battery RAM not saving data
    Having problem with Battery RAM area 0xE0084000 - 0xE00847FF. Have 32 data stored there, but it is lost when power is removed. Vbat is connected and battery voltage is good. RTC retains date & time...
  • Easy way to put a global C++ class into ZI segment (init to zero)?
    Hi, I am just doing some first test with C++ for my STM32F4 controller (coming from C programming - I did not use C++ for controllers before, only for Windows programming). I want to use mainly...