diff --git a/examples/drivers/gpio/gpio_input_interrupt/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/gpio/gpio_input_interrupt/var-som-am62/m4fss0-0_nortos/example.syscfg index 94287e89..42ec8e08 100644 --- a/examples/drivers/gpio/gpio_input_interrupt/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/gpio/gpio_input_interrupt/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2406"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -27,7 +27,7 @@ const mpu_armv72 = mpu_armv7.addInstance(); gpio1.$name = "GPIO_PUSH_BUTTON"; gpio1.trigType = "RISE_EDGE"; gpio1.MCU_GPIO.gpioPin.pu_pd = "pu"; -gpio1.MCU_GPIO.gpioPin.$assign = "ball.E5"; +gpio1.MCU_GPIO.gpioPin.$assign = "ball.B3"; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -44,8 +44,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -59,7 +62,6 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -gpio1.MCU_GPIO.$suggestSolution = "MCU_GPIO0"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +gpio1.MCU_GPIO.$suggestSolution = "MCU_GPIO0"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/gpio/gpio_led_blink/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/drivers/gpio/gpio_led_blink/var-som-am62/m4fss0-0_freertos/example.syscfg index 58d00625..c8277fe8 100644 --- a/examples/drivers/gpio/gpio_led_blink/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/drivers/gpio/gpio_led_blink/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -26,8 +26,7 @@ const mpu_armv72 = mpu_armv7.addInstance(); */ gpio1.pinDir = "OUTPUT"; gpio1.$name = "GPIO_LED"; -gpio1.MCU_GPIO.$assign = "MCU_GPIO0"; -gpio1.MCU_GPIO.gpioPin.$assign = "ball.A7"; +gpio1.MCU_GPIO.gpioPin.$assign = "ball.D6"; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -44,8 +43,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -59,6 +61,6 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +gpio1.MCU_GPIO.$suggestSolution = "MCU_GPIO0"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/gpio/gpio_led_blink/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/gpio/gpio_led_blink/var-som-am62/m4fss0-0_nortos/example.syscfg index 58d00625..c8277fe8 100644 --- a/examples/drivers/gpio/gpio_led_blink/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/gpio/gpio_led_blink/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -26,8 +26,7 @@ const mpu_armv72 = mpu_armv7.addInstance(); */ gpio1.pinDir = "OUTPUT"; gpio1.$name = "GPIO_LED"; -gpio1.MCU_GPIO.$assign = "MCU_GPIO0"; -gpio1.MCU_GPIO.gpioPin.$assign = "ball.A7"; +gpio1.MCU_GPIO.gpioPin.$assign = "ball.D6"; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -44,8 +43,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -59,6 +61,6 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +gpio1.MCU_GPIO.$suggestSolution = "MCU_GPIO0"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/gpio/gpio_led_blink/var-som-am62/r5fss0-0_freertos/example.syscfg b/examples/drivers/gpio/gpio_led_blink/var-som-am62/r5fss0-0_freertos/example.syscfg index 7d359f17..b7157675 100644 --- a/examples/drivers/gpio/gpio_led_blink/var-som-am62/r5fss0-0_freertos/example.syscfg +++ b/examples/drivers/gpio/gpio_led_blink/var-som-am62/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.0+2406"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -24,9 +24,10 @@ const mpu_armv78 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -gpio1.$name = "GPIO_LED"; -gpio1.pinDir = "OUTPUT"; -gpio1.GPIO.gpioPin.$assign = "ball.A14"; +gpio1.$name = "GPIO_LED"; +gpio1.pinDir = "OUTPUT"; +gpio1.useMcuDomainPeripherals = true; +gpio1.MCU_GPIO.gpioPin.$assign = "ball.D6"; debug_log.enableUartLog = true; debug_log.uartLog.$name = "CONFIG_UART0"; @@ -72,7 +73,7 @@ mpu_armv78.$name = "HSM_RAM"; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -gpio1.GPIO.$suggestSolution = "GPIO1"; +gpio1.MCU_GPIO.$suggestSolution = "MCU_GPIO0"; debug_log.uartLog.WKUP_UART.$suggestSolution = "WKUP_USART0"; debug_log.uartLog.WKUP_UART.RXD.$suggestSolution = "ball.B4"; -debug_log.uartLog.WKUP_UART.TXD.$suggestSolution = "ball.C5"; \ No newline at end of file +debug_log.uartLog.WKUP_UART.TXD.$suggestSolution = "ball.C5"; diff --git a/examples/drivers/i2c/i2c_led_blink/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/drivers/i2c/i2c_led_blink/var-som-am62/m4fss0-0_freertos/example.syscfg index e139591a..21c5bf5a 100644 --- a/examples/drivers/i2c/i2c_led_blink/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/drivers/i2c/i2c_led_blink/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -30,11 +30,9 @@ led1.$name = "CONFIG_LED0"; led1.name = "Ioexp"; led1.ioIndex = 23; -i2c1.$name = "CONFIG_I2C0"; -led1.peripheralDriver = i2c1; -i2c1.useMcuDomainPeripherals = false; -i2c1.enableIntr = false; -i2c1.I2C.$assign = "I2C1"; +i2c1.$name = "CONFIG_I2C0"; +led1.peripheralDriver = i2c1; +i2c1.enableIntr = false; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -51,8 +49,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -66,8 +67,8 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -i2c1.I2C.SCL.$suggestSolution = "ball.B17"; -i2c1.I2C.SDA.$suggestSolution = "ball.A17"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +i2c1.MCU_I2C.$suggestSolution = "MCU_I2C0"; +i2c1.MCU_I2C.SCL.$suggestSolution = "ball.A8"; +i2c1.MCU_I2C.SDA.$suggestSolution = "ball.D10"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/i2c/i2c_led_blink/var-som-am62/r5fss0-0_freertos/example.syscfg b/examples/drivers/i2c/i2c_led_blink/var-som-am62/r5fss0-0_freertos/example.syscfg index 0d063337..6c48928f 100644 --- a/examples/drivers/i2c/i2c_led_blink/var-som-am62/r5fss0-0_freertos/example.syscfg +++ b/examples/drivers/i2c/i2c_led_blink/var-som-am62/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -31,10 +31,8 @@ led1.$name = "CONFIG_LED0"; led1.name = "Ioexp"; led1.ioIndex = 23; -i2c1.$name = "CONFIG_I2C0"; -led1.peripheralDriver = i2c1; -i2c1.useWakeupDomainPeripherals = false; -i2c1.I2C.$assign = "I2C1"; +i2c1.$name = "CONFIG_I2C0"; +led1.peripheralDriver = i2c1; clock.instance = "TIMER1"; @@ -82,8 +80,9 @@ mpu_armv78.$name = "HSM_RAM"; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -i2c1.I2C.SCL.$suggestSolution = "ball.B17"; -i2c1.I2C.SDA.$suggestSolution = "ball.A17"; +i2c1.WKUP_I2C.$suggestSolution = "WKUP_I2C0"; +i2c1.WKUP_I2C.SCL.$suggestSolution = "ball.B9"; +i2c1.WKUP_I2C.SDA.$suggestSolution = "ball.A9"; debug_log.uartLog.WKUP_UART.$suggestSolution = "WKUP_USART0"; debug_log.uartLog.WKUP_UART.RXD.$suggestSolution = "ball.B4"; debug_log.uartLog.WKUP_UART.TXD.$suggestSolution = "ball.C5"; diff --git a/examples/drivers/i2c/i2c_read/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/i2c/i2c_read/var-som-am62/m4fss0-0_nortos/example.syscfg index 47b5c56d..16f3faa7 100644 --- a/examples/drivers/i2c/i2c_read/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/i2c/i2c_read/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -41,8 +41,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -56,9 +59,8 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -i2c1.MCU_I2C.$suggestSolution = "MCU_I2C0"; -i2c1.MCU_I2C.SCL.$suggestSolution = "ball.A8"; -i2c1.MCU_I2C.SDA.$suggestSolution = "ball.D10"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +i2c1.MCU_I2C.$suggestSolution = "MCU_I2C0"; +i2c1.MCU_I2C.SCL.$suggestSolution = "ball.A8"; +i2c1.MCU_I2C.SDA.$suggestSolution = "ball.D10"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/i2c/i2c_read/var-som-am62/r5fss0-0_freertos/example.syscfg b/examples/drivers/i2c/i2c_read/var-som-am62/r5fss0-0_freertos/example.syscfg index a8ab4b71..a147dbe5 100644 --- a/examples/drivers/i2c/i2c_read/var-som-am62/r5fss0-0_freertos/example.syscfg +++ b/examples/drivers/i2c/i2c_read/var-som-am62/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -25,9 +25,7 @@ const mpu_armv78 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -i2c1.$name = "CONFIG_I2C0"; -i2c1.useWakeupDomainPeripherals = false; -i2c1.I2C.$assign = "I2C0"; +i2c1.$name = "CONFIG_I2C0"; clock.instance = "TIMER1"; @@ -75,8 +73,9 @@ mpu_armv78.$name = "HSM_RAM"; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -i2c1.I2C.SCL.$suggestSolution = "ball.B16"; -i2c1.I2C.SDA.$suggestSolution = "ball.A16"; +i2c1.WKUP_I2C.$suggestSolution = "WKUP_I2C0"; +i2c1.WKUP_I2C.SCL.$suggestSolution = "ball.B9"; +i2c1.WKUP_I2C.SDA.$suggestSolution = "ball.A9"; debug_log.uartLog.WKUP_UART.$suggestSolution = "WKUP_USART0"; debug_log.uartLog.WKUP_UART.RXD.$suggestSolution = "ball.B4"; debug_log.uartLog.WKUP_UART.TXD.$suggestSolution = "ball.C5"; diff --git a/examples/drivers/i2c/i2c_temperature/var-som-am62/r5fss0-0_freertos/example.syscfg b/examples/drivers/i2c/i2c_temperature/var-som-am62/r5fss0-0_freertos/example.syscfg index f5b4f885..d2c1a934 100644 --- a/examples/drivers/i2c/i2c_temperature/var-som-am62/r5fss0-0_freertos/example.syscfg +++ b/examples/drivers/i2c/i2c_temperature/var-som-am62/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.13.0+2553"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -23,9 +23,7 @@ const mpu_armv76 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -i2c1.$name = "CONFIG_I2C0"; -i2c1.useWakeupDomainPeripherals = false; -i2c1.I2C.$assign = "I2C1"; +i2c1.$name = "CONFIG_I2C0"; clock.instance = "TIMER1"; @@ -63,8 +61,9 @@ mpu_armv76.$name = "HSM_RAM"; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -i2c1.I2C.SCL.$suggestSolution = "ball.B17"; -i2c1.I2C.SDA.$suggestSolution = "ball.A17"; +i2c1.WKUP_I2C.$suggestSolution = "WKUP_I2C0"; +i2c1.WKUP_I2C.SCL.$suggestSolution = "ball.B9"; +i2c1.WKUP_I2C.SDA.$suggestSolution = "ball.A9"; debug_log.uartLog.WKUP_UART.$suggestSolution = "WKUP_USART0"; debug_log.uartLog.WKUP_UART.RXD.$suggestSolution = "ball.B4"; debug_log.uartLog.WKUP_UART.TXD.$suggestSolution = "ball.C5"; diff --git a/examples/drivers/ipc/ipc_notify_echo/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/ipc/ipc_notify_echo/var-som-am62/m4fss0-0_nortos/example.syscfg index 060f2509..58ae5a49 100644 --- a/examples/drivers/ipc/ipc_notify_echo/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/ipc/ipc_notify_echo/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.13.0+2553"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -42,8 +42,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -57,6 +60,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/ipc/ipc_rpmsg_echo/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/ipc/ipc_rpmsg_echo/var-som-am62/m4fss0-0_nortos/example.syscfg index 3139de32..e3cb5c73 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/ipc/ipc_rpmsg_echo/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.13.0+2553"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -25,9 +25,6 @@ const mpu_armv72 = mpu_armv7.addInstance(); * Write custom configuration values to the imported modules. */ ipc.enableLinuxIpc = false; -ipc.vringNumBuf = 256; -ipc.vringMsgSize = 512; -ipc.vringSize = 524288; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -50,8 +47,11 @@ addr_translate5.size = 28; addr_translate5.systemAddr = 0x90000000; addr_translate5.localAddr = 0x90000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -65,6 +65,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/ipc/ipc_rpmsg_echo_linux/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/drivers/ipc/ipc_rpmsg_echo_linux/var-som-am62/m4fss0-0_freertos/example.syscfg index 9b3e24a6..e8833a38 100644 --- a/examples/drivers/ipc/ipc_rpmsg_echo_linux/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/drivers/ipc/ipc_rpmsg_echo_linux/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -69,9 +69,12 @@ addr_translate8.localAddr = 0x70000000; addr_translate8.systemAddr = 0x70000000; addr_translate8.size = 28; -debug_log.enableCssLog = false; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableCssLog = false; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.allowExecute = false; @@ -91,6 +94,5 @@ mpu_armv73.attributes = "NonCached"; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/drivers/mcan/mcan_loopback_interrupt/var-som-am62/m4fss0-0_freertos/example.syscfg index dd3c96e6..031b1cdf 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/drivers/mcan/mcan_loopback_interrupt/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -41,8 +41,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -56,9 +59,8 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -mcan1.MCU_MCAN.$suggestSolution = "MCU_MCAN1"; -mcan1.MCU_MCAN.RX.$suggestSolution = "ball.D4"; -mcan1.MCU_MCAN.TX.$suggestSolution = "ball.E5"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +mcan1.MCU_MCAN.$suggestSolution = "MCU_MCAN1"; +mcan1.MCU_MCAN.RX.$suggestSolution = "ball.D4"; +mcan1.MCU_MCAN.TX.$suggestSolution = "ball.E5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/mcan/mcan_loopback_interrupt/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/mcan/mcan_loopback_interrupt/var-som-am62/m4fss0-0_nortos/example.syscfg index dd3c96e6..031b1cdf 100644 --- a/examples/drivers/mcan/mcan_loopback_interrupt/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/mcan/mcan_loopback_interrupt/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -41,8 +41,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -56,9 +59,8 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -mcan1.MCU_MCAN.$suggestSolution = "MCU_MCAN1"; -mcan1.MCU_MCAN.RX.$suggestSolution = "ball.D4"; -mcan1.MCU_MCAN.TX.$suggestSolution = "ball.E5"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +mcan1.MCU_MCAN.$suggestSolution = "MCU_MCAN1"; +mcan1.MCU_MCAN.RX.$suggestSolution = "ball.D4"; +mcan1.MCU_MCAN.TX.$suggestSolution = "ball.E5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/mcspi/mcspi_loopback/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/drivers/mcspi/mcspi_loopback/var-som-am62/m4fss0-0_freertos/example.syscfg index 24d363ee..04bb6b7d 100644 --- a/examples/drivers/mcspi/mcspi_loopback/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/drivers/mcspi/mcspi_loopback/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.13.0+2553"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -23,11 +23,12 @@ const mpu_armv72 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -mcspi1.$name = "CONFIG_MCSPI0"; -mcspi1.inputSelect = "0"; -mcspi1.intrEnable = "POLLED"; -mcspi1.MCU_SPI.$assign = "MCU_SPI0"; -mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.$name = "CONFIG_MCSPI0"; +mcspi1.inputSelect = "0"; +mcspi1.intrEnable = "POLLED"; +mcspi1.MCU_SPI.$assign = "MCU_SPI0"; +mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.mcspiChannel[0].MCU_CSn.$assign = "ball.B8"; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -44,8 +45,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -59,10 +63,8 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; -mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; -mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; -mcspi1.mcspiChannel[0].MCU_CSn.$suggestSolution = "ball.E8"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; +mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; +mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/mcspi/mcspi_loopback/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/mcspi/mcspi_loopback/var-som-am62/m4fss0-0_nortos/example.syscfg index 24d363ee..04bb6b7d 100644 --- a/examples/drivers/mcspi/mcspi_loopback/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/mcspi/mcspi_loopback/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.13.0+2553"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -23,11 +23,12 @@ const mpu_armv72 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -mcspi1.$name = "CONFIG_MCSPI0"; -mcspi1.inputSelect = "0"; -mcspi1.intrEnable = "POLLED"; -mcspi1.MCU_SPI.$assign = "MCU_SPI0"; -mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.$name = "CONFIG_MCSPI0"; +mcspi1.inputSelect = "0"; +mcspi1.intrEnable = "POLLED"; +mcspi1.MCU_SPI.$assign = "MCU_SPI0"; +mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.mcspiChannel[0].MCU_CSn.$assign = "ball.B8"; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -44,8 +45,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -59,10 +63,8 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; -mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; -mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; -mcspi1.mcspiChannel[0].MCU_CSn.$suggestSolution = "ball.E8"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; +mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; +mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/mcspi/mcspi_loopback/var-som-am62/r5fss0-0_freertos/example.syscfg b/examples/drivers/mcspi/mcspi_loopback/var-som-am62/r5fss0-0_freertos/example.syscfg index 2f653fa4..e5bbb009 100644 --- a/examples/drivers/mcspi/mcspi_loopback/var-som-am62/r5fss0-0_freertos/example.syscfg +++ b/examples/drivers/mcspi/mcspi_loopback/var-som-am62/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -25,11 +25,12 @@ const mpu_armv78 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -mcspi1.$name = "CONFIG_MCSPI0"; -mcspi1.inputSelect = "0"; -mcspi1.intrEnable = "POLLED"; -mcspi1.useMcuDomainPeripherals = true; -mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.$name = "CONFIG_MCSPI0"; +mcspi1.inputSelect = "0"; +mcspi1.intrEnable = "POLLED"; +mcspi1.useMcuDomainPeripherals = true; +mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.mcspiChannel[0].MCU_CSn.$assign = "ball.B8"; clock.instance = "TIMER1"; @@ -77,7 +78,6 @@ mpu_armv78.$name = "HSM_RAM"; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -mcspi1.mcspiChannel[0].MCU_CSn.$suggestSolution = "ball.E8"; mcspi1.MCU_SPI.$suggestSolution = "MCU_SPI0"; mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/m4fss0-0_freertos/example.syscfg index 661ff756..a2854217 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.13.0+2553"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -24,12 +24,13 @@ const mpu_armv72 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -mcspi1.$name = "CONFIG_MCSPI0"; -mcspi1.inputSelect = "0"; -mcspi1.trMode = "TX_ONLY"; -mcspi1.MCU_SPI.$assign = "MCU_SPI0"; -mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; -mcspi1.mcspiChannel[0].bitRate = 12500000; +mcspi1.$name = "CONFIG_MCSPI0"; +mcspi1.inputSelect = "0"; +mcspi1.trMode = "TX_ONLY"; +mcspi1.MCU_SPI.$assign = "MCU_SPI0"; +mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.mcspiChannel[0].bitRate = 12500000; +mcspi1.mcspiChannel[0].MCU_CSn.$assign = "ball.B8"; mcspi2.$name = "CONFIG_MCSPI1"; mcspi2.trMode = "TX_ONLY"; @@ -52,8 +53,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -70,11 +74,9 @@ mpu_armv72.size = 18; mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; -mcspi1.mcspiChannel[0].MCU_CSn.$suggestSolution = "ball.E8"; mcspi2.MCU_SPI.CLK.$suggestSolution = "ball.A4"; mcspi2.MCU_SPI.D0.$suggestSolution = "ball.A6"; mcspi2.MCU_SPI.D1.$suggestSolution = "ball.B6"; mcspi2.mcspiChannel[0].MCU_CSn.$suggestSolution = "ball.C6"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/m4fss0-0_nortos/example.syscfg index 661ff756..a2854217 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.13.0+2553"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -24,12 +24,13 @@ const mpu_armv72 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -mcspi1.$name = "CONFIG_MCSPI0"; -mcspi1.inputSelect = "0"; -mcspi1.trMode = "TX_ONLY"; -mcspi1.MCU_SPI.$assign = "MCU_SPI0"; -mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; -mcspi1.mcspiChannel[0].bitRate = 12500000; +mcspi1.$name = "CONFIG_MCSPI0"; +mcspi1.inputSelect = "0"; +mcspi1.trMode = "TX_ONLY"; +mcspi1.MCU_SPI.$assign = "MCU_SPI0"; +mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.mcspiChannel[0].bitRate = 12500000; +mcspi1.mcspiChannel[0].MCU_CSn.$assign = "ball.B8"; mcspi2.$name = "CONFIG_MCSPI1"; mcspi2.trMode = "TX_ONLY"; @@ -52,8 +53,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -70,11 +74,9 @@ mpu_armv72.size = 18; mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; -mcspi1.mcspiChannel[0].MCU_CSn.$suggestSolution = "ball.E8"; mcspi2.MCU_SPI.CLK.$suggestSolution = "ball.A4"; mcspi2.MCU_SPI.D0.$suggestSolution = "ball.A6"; mcspi2.MCU_SPI.D1.$suggestSolution = "ball.B6"; mcspi2.mcspiChannel[0].MCU_CSn.$suggestSolution = "ball.C6"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/r5fss0-0_freertos/example.syscfg b/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/r5fss0-0_freertos/example.syscfg index 462a2e66..57e17bed 100644 --- a/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/r5fss0-0_freertos/example.syscfg +++ b/examples/drivers/mcspi/mcspi_performance_32bit/var-som-am62/r5fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "r5fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -25,12 +25,13 @@ const mpu_armv78 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -mcspi1.$name = "CONFIG_MCSPI0"; -mcspi1.inputSelect = "0"; -mcspi1.useMcuDomainPeripherals = true; -mcspi1.trMode = "TX_ONLY"; -mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; -mcspi1.MCU_SPI.$assign = "MCU_SPI0"; +mcspi1.$name = "CONFIG_MCSPI0"; +mcspi1.inputSelect = "0"; +mcspi1.useMcuDomainPeripherals = true; +mcspi1.trMode = "TX_ONLY"; +mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.mcspiChannel[0].MCU_CSn.$assign = "ball.B8"; +mcspi1.MCU_SPI.$assign = "MCU_SPI0"; clock.instance = "TIMER1"; @@ -78,7 +79,6 @@ mpu_armv78.$name = "HSM_RAM"; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -mcspi1.mcspiChannel[0].MCU_CSn.$suggestSolution = "ball.E8"; mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/drivers/mcspi/mcspi_performance_8bit/var-som-am62/m4fss0-0_freertos/example.syscfg index c187c40a..0874e770 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/drivers/mcspi/mcspi_performance_8bit/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -23,12 +23,13 @@ const mpu_armv72 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -mcspi1.$name = "CONFIG_MCSPI0"; -mcspi1.inputSelect = "0"; -mcspi1.trMode = "TX_ONLY"; -mcspi1.MCU_SPI.$assign = "MCU_SPI0"; -mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; -mcspi1.mcspiChannel[0].bitRate = 12500000; +mcspi1.$name = "CONFIG_MCSPI0"; +mcspi1.inputSelect = "0"; +mcspi1.trMode = "TX_ONLY"; +mcspi1.MCU_SPI.$assign = "MCU_SPI0"; +mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.mcspiChannel[0].bitRate = 12500000; +mcspi1.mcspiChannel[0].MCU_CSn.$assign = "ball.B8"; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -45,8 +46,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -60,10 +64,8 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; -mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; -mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; -mcspi1.mcspiChannel[0].MCU_CSn.$suggestSolution = "ball.E8"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; +mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; +mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/mcspi/mcspi_performance_8bit/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/mcspi/mcspi_performance_8bit/var-som-am62/m4fss0-0_nortos/example.syscfg index c187c40a..0874e770 100644 --- a/examples/drivers/mcspi/mcspi_performance_8bit/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/mcspi/mcspi_performance_8bit/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.14.0+2667"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -23,12 +23,13 @@ const mpu_armv72 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -mcspi1.$name = "CONFIG_MCSPI0"; -mcspi1.inputSelect = "0"; -mcspi1.trMode = "TX_ONLY"; -mcspi1.MCU_SPI.$assign = "MCU_SPI0"; -mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; -mcspi1.mcspiChannel[0].bitRate = 12500000; +mcspi1.$name = "CONFIG_MCSPI0"; +mcspi1.inputSelect = "0"; +mcspi1.trMode = "TX_ONLY"; +mcspi1.MCU_SPI.$assign = "MCU_SPI0"; +mcspi1.mcspiChannel[0].$name = "CONFIG_MCSPI_CH0"; +mcspi1.mcspiChannel[0].bitRate = 12500000; +mcspi1.mcspiChannel[0].MCU_CSn.$assign = "ball.B8"; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -45,8 +46,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -60,10 +64,8 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; -mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; -mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; -mcspi1.mcspiChannel[0].MCU_CSn.$suggestSolution = "ball.E8"; -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +mcspi1.MCU_SPI.CLK.$suggestSolution = "ball.A7"; +mcspi1.MCU_SPI.D0.$suggestSolution = "ball.D9"; +mcspi1.MCU_SPI.D1.$suggestSolution = "ball.C9"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/sciclient/sciclient_get_version/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/sciclient/sciclient_get_version/var-som-am62/m4fss0-0_nortos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/drivers/sciclient/sciclient_get_version/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/sciclient/sciclient_get_version/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/uart/uart_echo/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/uart/uart_echo/var-som-am62/m4fss0-0_nortos/example.syscfg index 19da51ac..7c525680 100644 --- a/examples/drivers/uart/uart_echo/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/uart/uart_echo/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -24,10 +24,10 @@ const mpu_armv72 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -uart1.$name = "CONFIG_UART_CONSOLE"; -uart1.MCU_UART.$assign = "MCU_USART0"; -uart1.MCU_UART.RXD.$assign = "MCU_UART0_RXD"; -uart1.MCU_UART.TXD.$assign = "MCU_UART0_TXD"; +uart1.$name = "CONFIG_UART_CONSOLE"; +uart1.useMcuDomainPeripherals = false; +uart1.intrEnable = "DISABLE"; +uart1.UART.$assign = "USART2"; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -50,3 +50,11 @@ mpu_armv71.allowExecute = false; mpu_armv72.$name = "CONFIG_MPU_REGION1"; mpu_armv72.size = 18; + +/** + * Pinmux solution for unlocked pins/peripherals. This ensures that minor changes to the automatic solver in a future + * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to + * re-solve from scratch. + */ +uart1.UART.RXD.$suggestSolution = "ball.R24"; +uart1.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/drivers/uart/uart_echo_low_latency_polling/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/drivers/uart/uart_echo_low_latency_polling/var-som-am62/m4fss0-0_nortos/example.syscfg index c68fdc46..1c9103a2 100644 --- a/examples/drivers/uart/uart_echo_low_latency_polling/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/drivers/uart/uart_echo_low_latency_polling/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -24,8 +24,10 @@ const mpu_armv72 = mpu_armv7.addInstance(); /** * Write custom configuration values to the imported modules. */ -uart1.$name = "CONFIG_UART_CONSOLE"; -uart1.intrEnable = "DISABLE"; +uart1.$name = "CONFIG_UART_CONSOLE"; +uart1.intrEnable = "DISABLE"; +uart1.useMcuDomainPeripherals = false; +uart1.UART.$assign = "USART2"; addr_translate1.$name = "CONFIG_ADDR_TRANSLATE_REGION0"; addr_translate1.localAddr = 0x80000000; @@ -54,6 +56,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -uart1.MCU_UART.$suggestSolution = "MCU_USART0"; -uart1.MCU_UART.RXD.$suggestSolution = "ball.B5"; -uart1.MCU_UART.TXD.$suggestSolution = "ball.A5"; +uart1.UART.RXD.$suggestSolution = "ball.R24"; +uart1.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/empty/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/empty/var-som-am62/m4fss0-0_freertos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/empty/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/empty/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/empty/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/empty/var-som-am62/m4fss0-0_nortos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/empty/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/empty/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/hello_world/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/hello_world/var-som-am62/m4fss0-0_freertos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/hello_world/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/hello_world/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/hello_world/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/hello_world/var-som-am62/m4fss0-0_nortos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/hello_world/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/hello_world/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/hello_world_cpp/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/hello_world_cpp/var-som-am62/m4fss0-0_freertos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/hello_world_cpp/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/hello_world_cpp/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/hello_world_cpp/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/hello_world_cpp/var-som-am62/m4fss0-0_nortos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/hello_world_cpp/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/hello_world_cpp/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/kernel/dpl/dpl_demo/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/kernel/dpl/dpl_demo/var-som-am62/m4fss0-0_freertos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/kernel/dpl/dpl_demo/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/kernel/dpl/dpl_demo/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/kernel/dpl/dpl_demo/var-som-am62/m4fss0-0_nortos/example.syscfg b/examples/kernel/dpl/dpl_demo/var-som-am62/m4fss0-0_nortos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/kernel/dpl/dpl_demo/var-som-am62/m4fss0-0_nortos/example.syscfg +++ b/examples/kernel/dpl/dpl_demo/var-som-am62/m4fss0-0_nortos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/kernel/freertos/posix_demo/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/kernel/freertos/posix_demo/var-som-am62/m4fss0-0_freertos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/kernel/freertos/posix_demo/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/kernel/freertos/posix_demo/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25"; diff --git a/examples/kernel/freertos/task_switch/var-som-am62/m4fss0-0_freertos/example.syscfg b/examples/kernel/freertos/task_switch/var-som-am62/m4fss0-0_freertos/example.syscfg index 58a43a98..f0505674 100644 --- a/examples/kernel/freertos/task_switch/var-som-am62/m4fss0-0_freertos/example.syscfg +++ b/examples/kernel/freertos/task_switch/var-som-am62/m4fss0-0_freertos/example.syscfg @@ -1,8 +1,8 @@ /** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. - * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK@07.03.01" - * @versions {"tool":"1.12.1+2446"} + * @cliArgs --device "AM62x" --package "ALW" --part "Default" --context "m4fss0-0" --product "MCU_PLUS_SDK_AM62x@08.06.00" + * @versions {"tool":"1.15.0+2826"} */ /** @@ -37,8 +37,11 @@ addr_translate4.$name = "CONFIG_ADDR_TRANSLATE_REGION3"; addr_translate4.systemAddr = 0x60000000; addr_translate4.localAddr = 0x60000000; -debug_log.enableUartLog = true; -debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.enableUartLog = true; +debug_log.uartLog.$name = "CONFIG_UART0"; +debug_log.uartLog.useMcuDomainPeripherals = false; +debug_log.uartLog.intrEnable = "DISABLE"; +debug_log.uartLog.UART.$assign = "USART2"; mpu_armv71.$name = "CONFIG_MPU_REGION0"; mpu_armv71.attributes = "Device"; @@ -52,6 +55,5 @@ mpu_armv72.size = 18; * version of the tool will not impact the pinmux you originally saw. These lines can be completely deleted in order to * re-solve from scratch. */ -debug_log.uartLog.MCU_UART.$suggestSolution = "MCU_USART0"; -debug_log.uartLog.MCU_UART.RXD.$suggestSolution = "ball.B5"; -debug_log.uartLog.MCU_UART.TXD.$suggestSolution = "ball.A5"; +debug_log.uartLog.UART.RXD.$suggestSolution = "ball.R24"; +debug_log.uartLog.UART.TXD.$suggestSolution = "ball.R25";