Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-9971

Cannot load FreeRTOS IAR program built for CC32xxSF in Code Composer Studio

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • TIRTOS
    • TIRTOS-2049
    • TIRTOS_4_40_00
    • TIRTOS_5_30_00
    • CC32xx
    • Hide
      When loading and running a FreeRTOS IAR program built for CC32xxSF target in Code Composer Studio, the application gets stuck in the faultISR() before main(). This is because the stack pointer is not initialized correctly in __low_level_init().

      __asm(
       " mov32 r0, __vector_table\n"
       " ldr r0, [r0]\n"
       " mov sp, r0\n"
       " b localProgramStart"
       );
      Show
      When loading and running a FreeRTOS IAR program built for CC32xxSF target in Code Composer Studio, the application gets stuck in the faultISR() before main(). This is because the stack pointer is not initialized correctly in __low_level_init(). __asm(  " mov32 r0, __vector_table\n"  " ldr r0, [r0]\n"  " mov sp, r0\n"  " b localProgramStart"  );

      When loading and running a FreeRTOS IAR program built for CC32xxSF target in Code Composer Studio, the application gets stuck in the faultISR() before main(). This is because the stack pointer is not initialized correctly in __low_level_init().

      __asm(
       " mov32 r0, __vector_table\n"
       " ldr r0, [r0]\n"
       " mov sp, r0\n"
       " b localProgramStart"
       );

            syncuser TI User
            syncuser TI User
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: