Part Number: MSP432-RTOS Tool/software: Hello,
Please tell me what will be the effect of task schedule timing ,if clock frequency varied by large percentage like 60 Mhz to 57 Mhz.
Suppose i have task of 10ms . Will it run for 10ms+(delay by reducing…
Part Number: MSP432-RTOS Tool/software: When the charger is plugged in and charging completes, it looks like the charging function gets disabled and starts discharging the battery, even though still plugged in.
This looks to be a SW issue. Has it been…
Part Number: MSP432-RTOS Other Parts Discussed in Thread: SYSBIOS Dear Forum, I would like to share an issue that has taken me a few days to troubleshoot. I am using SimpleLink MSP432E4 SDK v4.20.0.12. Using an MSP432E processor at 120MHz, I expected…
Part Number: MSP432-RTOS In,
1.7 Additional challenges In this section, we list additional activities you could do to further explore the concepts of this module. Additional challenges are not required to complete the course.
• Run the UART example…
Part Number: MSP432-RTOS Hi folks!
I am using POSIX/TI-RTOS (SL SDK 3_30) an need to identify reset cause for my application.
Are there any functions provided to identify hard reset (PON), WDOG Reset or others ?
Part Number: MSP432-RTOS Other Parts Discussed in Thread: SYSBIOS Hello,
I'm running TI-RTOS (SYSBIOS) on an MSP432. I have a few threads configured to periodically poll. i.e.:
while (1) {
do_something(); // toggle my LED
Task_sleep(250); // 1000…
Part Number: MSP432-RTOS Configuration :-
1) Using MSP432P401R& TI's MSP-FED Flash Emulation Tool
2) Using CCS for dev. Got a Custom BSL and an application code
3) Need to perform "ERASE_TOTAL" and then flash the image is generated as TI's TXT file…
Part Number: MSP432-RTOS I am currently using MSP432P4 series board to develop some embedded applications based on TI-RTOS. There are only five pre-installed hardware timers. It stuck when I call Timer_open() again on the timers that have been assigned…