• Need help in debugging the Run TIme errors while using RTX
    Hello, I am Shankar, working as Software Developer in IKA. I using STM32F10 series Microcontroller and working on RTX for application code implementation. The code is been developed from scratch. And...
  • Need help in debugging the Run TIme errors while using RTX
    Hello, I am Shankar, working as Software Developer in IKA. I using STM32F10 series Microcontroller and working on RTX for application code implementation. The code is been developed from scratch. And...
  • "Link-Time Optimization" creates errors
    Hello, I' m working on a project using LPC4367, I use µVision MDK-ARM Professional V5.30.0.0, compiler is V6.14. The latest packs are installed: Keil::LPC4300_DFP 2.9.0 Keil::MDK-Middleware 7.11...
  • "Link-Time Optimization" creates errors
    Hello, I' m working on a project using LPC4367, I use µVision MDK-ARM Professional V5.30.0.0, compiler is V6.14. The latest packs are installed: Keil::LPC4300_DFP 2.9.0 Keil::MDK-Middleware 7.11...
  • Help me: how to determine constant value at link time?
    In ASM51, the following code is every useful: -------- file1.asm --------- public MAX MAX EQU 10 -------- file2.asm --------- extrn number(MAX) MOV A,#MAX The point is that the constant value...