• xdata init
    Hello, I'm using Keil C51 compiler with c8051f330 MCU. I have a struct that is in xdata space and is not initialized at startup. I initialize struct with this: memset(&FP, 0, sizeof(FP)); ...
  • init: (__use_two_region_memory)
    Hi, I want to select the two region memory model. Therefore I have defined two execution regions in my scatter-loading file. .... ARM_LIB_HEAP 0x20100000 EMPTY 0x100000â€'0x8000 ARM_LIB_STACK...
  • xdata init
    Hello, I'm using Keil C51 compiler with c8051f330 MCU. I have a struct that is in xdata space and is not initialized at startup. I initialize struct with this: memset(&FP, 0, sizeof(FP)); ...
  • init: (__use_two_region_memory)
    Hi, I want to select the two region memory model. Therefore I have defined two execution regions in my scatter-loading file. .... ARM_LIB_HEAP 0x20100000 EMPTY 0x100000â€'0x8000 ARM_LIB_STACK...
  • mmc not init
    I am interfacing mmc with lpc2132 microcontroller. some mmc of kingmax mobile mmc send the reply of cmd0(0x40,0x00,0x00,0x00,0x95) command but some mmc not send any reply of cmd0 command.