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…
Part Number: MSP432-RTOS Hi Folks,
I am using device having MSP432P401 uc which is running FreeRTOS application. I have following configuration to run the device at 48MHz.
PowerMSP432_PerfLevel MyCustomPerfLevels = { .activeState = PCM_AM_DCDC_VCORE1…
Part Number: MSP432-RTOS Other Parts Discussed in Thread: SYSBIOS Hello,
I have a few tasks that sometimes fail (forever) to wake up. If I break execution, I see the idle task's stack. How do I switch TCBs to do a backtrace on another task?
Latest…
Part Number: MSP432-RTOS Hi,
I tried dynamic memory allocation using malloc(1024 * 24), but failed.
For sure, I reduced its size to 9K bytes and found it is the upper limit as of my project in CCS.
Following is the capture of Memory Allocation view.
…
Monica said: C:\ti\simplelink_msp432e4_sdk_4_20_00_12__win\simplelink_msp432e4_sdk_4_20_00_12\source\ti\devices\msp432e4\driverlib This is the driver i'm currently using.
other is TI driver in C:\ti\simplelink_msp432e4_sdk_4_20_00_12__win\simplelink_msp432e4_sdk_4_20_00_12…
Part Number: MSP432-RTOS Hello,
I am trying to run the sample code from the project rtc_c_calendar_alarm_interrupt_MSP_EXP432P401R_nortos_ccs ( https://dev.ti.com/tirex/explore/node?node=AJqwjKihbubkqdiKJIzyVQ__z-lQYNj__LATEST ) from an RTOS environment…
Part Number: MSP432-RTOS Tool/software: Code Composer Studio Hello,
I have a program built where I am trying to develop something that reads UART data and sends UART data within TI-RTOS.
I have run the uartecho.c demo and it works fine however when I…
Hello I am developing with msp432 and want to use tcpecho example program in timerled example program.
However, the following error occurs, and the cause is unknown.
unresolved symbol CfgAddEntry, first referenced in ./syscfg/ti_ndk_config.obj
CfgAddEntry…