• Startup code / xdata init P89LPC935
    In the "options for target" dialog box on the "Target" tab (uVision IDE) there is a check box called "Use On-chip XRAM...". When looking at the help file for this it says: Use On-chip XRAM (0x0...
  • Init
    void GpioInit(void) { // Set to inputs FIO0DIR = \ FIO1DIR = \ FIO2DIR = \ FIO3DIR = \ FIO4DIR = 0; // clear mask registers FIO0MASK =\ FIO1MASK =\ FIO2MASK =\ FIO3MASK =\ FIO4MASK = 0; /...
  • 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.
  • UART Init for XMC4500
    Hallo Tool : uVision5 uC : XMC4500 How i can Uart2 used in my program? How i must INIT? How i can send?