• #if (x>0) conditional compilation does not work
    Hello, I'm using KEIL V5.10 with STM32F103. My project has some enum type variables, such as typedef enum { a0 = 0, a1, a2, an } aType; In source file, I used conditional compile statements:...
  • #if (x>0) conditional compilation does not work
    Hello, I'm using KEIL V5.10 with STM32F103. My project has some enum type variables, such as typedef enum { a0 = 0, a1, a2, an } aType; In source file, I used conditional compile statements:...
  • ARMv8a aarch32 NEON Conditional instruction is not working
    My assembly code for ARMv8a aarch32 architecture with NEON Conditional instruction is not working as expected. This leads to segmentation fault. The following code causes memory write to unexpected region...
  • Can't get conditional compile to work in .s file
    In Embedded_Files.s I have several INCBIN that then compile in several .bin files. I don't want to include those files unless there is a project-level #define made (either in a file that is global to...
  • Can't get conditional compile to work in .s file
    In Embedded_Files.s I have several INCBIN that then compile in several .bin files. I don't want to include those files unless there is a project-level #define made (either in a file that is global to...