• inline assembler not permitted in thumb code
    I am working with LPC1768 with Keil realview MDK ARM V4.01. When iam using "__asm" keyword in my code for IENABLE,IDISABLE macros (to switch between sys mode and irq mode), it is generating a compilation...
  • inline assembler not permitted in thumb code
    I am working with LPC1768 with Keil realview MDK ARM V4.01. When iam using "__asm" keyword in my code for IENABLE,IDISABLE macros (to switch between sys mode and irq mode), it is generating a compilation...
  • error: #1113: Inline assembler not permitted when generating Thumb code
    Hi, i want use uSTL library with FreeRTOS. When I compiling i get the error: ..ustl/uutility.h(356): error: #1113: Inline assembler not permitted when generating Thumb code The code(linie...
  • error: #1113: Inline assembler not permitted when generating Thumb code
    Hi, i want use uSTL library with FreeRTOS. When I compiling i get the error: ..ustl/uutility.h(356): error: #1113: Inline assembler not permitted when generating Thumb code The code(linie...
  • CORTEX M4: Inline assembler code does not compile
    Hi, I try to call hard fault handler from the handler created by STM32CubeMX like this /** * @brief This function handles Hard fault interrupt. */ void HardFault_Handler(void) { /* USER CODE BEGIN...