• No section matches selector - no section to be FIRST/LAST
    I am developing a project for LPC54018 iot module where I am using MDK toolchain to compile the project through the command line. I am developing cmake based build environment. While compiling, I...
  • ISR not triggering after first implementation
    Hi all, New to this forum in a posting perspective but it's been a great help in a lot of areas from the start of my 8051 classes this year and last year so for that thanks. Im coming near the end of...
  • RTX: thread-safe queues?
    Hi All, Apologies for what may be a newbie question. We're evaluating whether to use RL-ARM / RTX on a STM32F10x. It seems like a good value, but queues seem noticeably missing. I imagine...
  • ASM.axf: Error: L6236E: No section matches selector - no section to be FIRST/LAST.
    Hi, In Keil, I tried to assemble the following ARM7 assembly language. But it generates Error. The assembly program is given below: AREA subrout, CODE, READONLY ENTRY start MOV r0, #10 MOV...
  • error: L6236E: No section matches selector - no section to be FIRST/LAST
    Hi, I wrote a program on arm7 lpc2148 in keil but couldn't get the output .It is showing the error "error: L6236E: No section matches selector - no section to be FIRST/LAST".. my code is --------...