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

Update mpu_init.c file for FR57xx family MPU in TI CGT

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-2424
    • CODEGEN-2424
    • Hide
      MSP430_17.9.0.STS
       MSP430_16.9.6.LTS
      Show
      MSP430_17.9.0.STS  MSP430_16.9.6.LTS
    • Hide
      MSP430_17.9.0.STS
       MSP430_16.9.6.LTS
      Show
      MSP430_17.9.0.STS  MSP430_16.9.6.LTS
    • Hide
      Upgrade to MSP430 compiler version 17.9.0.STS, or 16.9.6.LTS, or 15.12.7.LTS.

      Or rebuild your compiler RTS after adding below lines to mpu_init.c:
         extern volatile unsigned char MPUCTL0_H;
      Add below to the end of __mpu_init() routine definition:
         MPUCTL0_H = 0x0; /* Lock MPU */
      Show
      Upgrade to MSP430 compiler version 17.9.0.STS, or 16.9.6.LTS, or 15.12.7.LTS. Or rebuild your compiler RTS after adding below lines to mpu_init.c:    extern volatile unsigned char MPUCTL0_H; Add below to the end of __mpu_init() routine definition:    MPUCTL0_H = 0x0; /* Lock MPU */
    • The current Run Time System (RTS) definition of __mpu_init() in mpu_init.c does not enable MPU protection after initialization. ...

      Update mpu_init.c file for FR57xx family MPU in TI CGT

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

              Created:
              Updated:
              Resolved: