• malloc failing
    Hi, I currently encounter problems with malloc. I use microlib and configured the heap to be 32MBytes (0x02000000 bytes). Under some special circumstances (depending on the image date we get from...
  • FMC problem
    Hello Every one, I am starting a new project and I am using the FMC peripheral in order to communicate with a LCD TFT. I have configured the pins in the STM32cube mx ,and checked on my board the...
  • Local variables storage optimization
    Hi , I am using ARM Cortex M4 . When I compile my code I get "No space in Execution region with .ANY selector matching section .const data .When I decrease the code size I am able to compile the...
  • Need help on AES encryption
    Hi to all, I am working on FAT FS. In between we have a urgent requirement that we need to make a demo on implementing a encryption method on lpc2388. So we need a free Encryption library or Source...
  • Interrupt received value not updating automatically
    Hello, I am working with serial communication interrupt in LPC1768. In that I am receiving a three parameter data in the form of string as X:2341Y:114Z:75 via serial interrupt. After receiving...