• Project Problem after unpacking
    Hi I am a question about keil project (file with embeded )after unpacking I have a project that was packed with program , after unpacking it no more work and I have only a file with huge size ...
  • Project Problem after unpacking
    Hi I am a question about keil project (file with embeded )after unpacking I have a project that was packed with program , after unpacking it no more work and I have only a file with huge size ...
  • __asm uint32_t test (uint32_t data) problem
    Want to declare an assembler function (to be called from standard C) for a Cortex-M3 (LPC1343) like this: __asm uint32_t RevBytes (uint32_t data) { rev r0, r0 bx lr } Using armcc.exe V5.06...
  • __asm uint32_t test (uint32_t data) problem
    Want to declare an assembler function (to be called from standard C) for a Cortex-M3 (LPC1343) like this: __asm uint32_t RevBytes (uint32_t data) { rev r0, r0 bx lr } Using armcc.exe V5.06...
  • uint32_t undefined
    uVision puzzles me a fair bit. In my project I have declared instances of TIM_TimeBaseInitTypeDef, RCC_ClocksTypeDef, I2S_InitTypeDef without any problems. Now I'm trying to declare an instance...