• malloc to ensure storage place
    Hello, I'm working with the ethernet MAC from the AT91RM9200 controller. I'm able to get a interrupt if I receive a packets - with the code example from atmel. The packets are stored from the...
  • EPM900 - ICP - P89LPC9103 - no dedicated pins
    Hi all, I am going to use a P89LPC9103 in a very small product. We cannot afford to have dedicated pins or jumpers because of size constraints. RST/P1.5 , PCL/P0.5 and PDA/P0.4 will have pull-up resistors...
  • example project dedicated for STM32F429I doesn't work !!
    Hi, I am using an STM32F429I DISC1, I wish to flash it with an example project consisting of displaying a message on the LCD screen. Even though, It doesn't work correctly : only the part of the LEDs...
  • function placing at absolute address
    suppose i have declared a function in program, now i want to locate this function at absolute address using scatter file. kindly give me its example code. Thanks
  • storage for a function in memory ???
    hi, is there any way to specify or influence storage memory area for functions ? ie., where function start ? If that can't be done on function level, can it be done on C-source file level? I...