• How to erase memory fields allocated by calloc?
    Hi, I am using calloc in a function to allocate memory to my array. This function writes to the array different number of elements each time the function is called. Here is my problem. Say for the first...
  • calloc returns address of zero, I did initialize
    I am using an calloc routine and it is giving me an address of zero even though I have initialized the memory with init_mempool (0x0600, 0x02FF); Can you help? What is happening and what should I...
  • problem
    i use keil arm rvct and have small problem RVCT have no #pragma pack(1) but when i got program from my friend i didnt see this program and RVCT didnt say warning about this command - and i have problem...
  • Problem in problem burning
    Hello everyone, I have purchased LPC2478 development board from EMBEDDED ARTISTS. I want to know how to program the controller. My basic questions are 1. Which method to be used? (USB/SERIAL...
  • A problem of ARTX
    I use the LPC2294, make a project with ARTX and use the ULink to debug. In the Startup.s, the default VPB Clock=CPU Clock/4, when I change it to 'VPB Clock=CPU Clock', then the problem come. After I push...