• memroy allocation
    Are there any settings or commands needed before I can use calloc in a function? I am trying to allocate memory for 3 arrays using three separate pointers and calloc functions. I know the amount of memory...
  • fopen cannot write memroy card
    I use lpc4357, and config file system & usb0 following the demo code of MCB4300. The usb seems work, for I can read/write file via the usb interface. When I create file failed by calling fopen...
  • CC1010 - Changing the frequency runtime
    Hi Guys, I am trying to find out if it is possible to change the receiver frequency [for CC1010] during runtime. For example, i start at 433 MHz, then, after a few seconds I will change the frequency...
  • Change load region at runtime
    Hi All, I am implementing a software upgrade mechanism (burning a new image into a flash memory area). The problem: I don't know how to change the load region address at runtime. Flash contains...
  • IP change at runtime
    In keil NETWORK stack, how to change IP address in runtime? In documents, LOCALM is given but there is no example to use it. Thanks