• my project is still not working
    hello friends, my project for final year engineering is not working, i m doing project which needs interfacing uc 8051 with pc and bluetooth module CX81400/CX72303 i am totally helpless with this one...
  • Remove Keil iinclude in project?
    Want to use own hardware abstraction layer files. Need to point to different path for hardware includes. For this I need to remove the Keil default include to their headers. Any ideas?
  • Removing comments from source code changes *.o, *.map, *.axf files
    Compiling for STM32F103CB using Keil MDK-ARM v4.10 This is proving to be a major pain this afternoon, but we have discovered a crazy bug in the Keil compiler. If we remove some comments (e.g...
  • Still confused
    I understood why PINSEL0 is used for P0_15 & PINSEL1 is used for P0_16 . I tend to get confused when i see different codes being used for different Application notes. PINSEL0 |= 0x00050000; ...
  • Why removing code from startup file crashes my code ?
    Product DCD 0 ;0 EXPORT Product FirmwareVer DCD 0x00000001 Version, cc = Major Version EXPORT FirmwareVer After removing above lines from my startup file(filename.s), my application doesn't even...