• Can't compile LCP1768 source file in Keil 5.15
    Hello I want to use LPC1768 in my project.My keil microVision version is 5.15. I have downloaded "Keil.LPC1700_DFP.2.2.0.pack" and "Keil Cortex-M Legacy Device Support for MDK-ARM 5.15" I have created...
  • 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...
  • Building from command line or other IDE
    Hi, When building from the command line or another IDE is there a way to have uVision not rebuild the whole project. As part of an automated build it is a good thing to do the complete rebuild...
  • Integer overflow
    Hello to everyone. When I have to calculate the average of two integer numbers, first i have to add them. Sometimes an overflow occurs. One technique maybe to compare the result to one of the numbers...