Other Parts Discussed in Thread: IWRL1432, SYSCONFIG
Tool/software:
Hello TI Team,
I’m working on the IWRL1432 board for a level sensing application and have a few questions. Could you please provide guidance on the following?
1. Sleep/Wakeup Mode
I am currently using LowpowerCfg 0
, which, as I understand, keeps the device in always wakeup mode. If I want to enable sleep mode, I need to set LowpowerCfg 1
.
- Once in sleep mode, how does the device wake up?
- I found in the documentation that UART and SPI can be used for wakeup. Could you guide me on how to implement wakeup using both UART and SPI?
2. UART Garbage Data Issue
After configuring the device through the serial monitor (including setting LowpowerCfg 0
), I use the cli_write
function to send data to the serial monitor. While I receive the expected output, there is additional garbage data appearing. How can I avoid this? I have attached a screenshot for reference.
3. Firmware Upgrade
I went through your SBL documentation and successfully achieved the setup. To do this, I used the S1 pins to switch between functional mode and flash mode.
Is there a way to shift from functional mode to flash mode without manually toggling the S1 pins?
4. Configuration Persistence
After power on Reset, I have to manually enter the configuration every time,
- How to disable CLI, how to hard coded the configs in the code, where i got Json file for LEVEL SENSING.
Looking forward to your guidance.
Thanks & Regards,
Amara Rakesh