Part Number: MSP432-RTOS Tool/software: Code Composer Studio
TI crew,
I have two issues that I'm trying to simultaneously solve:
First, I have an array of 512 FFT points that I'm transferring from an xWR14xx unit which I want to watch within…
Part Number: MSP432-RTOS Tool/software: Code Composer Studio Can we write a firmware for Code in CCS for MSP432P401R as a micro controller instead of RTOS concept.Since we are new for RTOS concept so for we used MSP430F like controllers for our development…
Part Number: MSP432-RTOS Tool/software: TI-RTOS Hi,
I see that MSP432 RTOS supports by default 2 UARTS (I am using MSP430 TI RTOS 2.20.00.06). I need to add support for more UARTS (the specs for the microcontroller states it supports up to 4). Looking…
Part Number: MSP432-RTOS Other Parts Discussed in Thread: SYSBIOS Tool/software: TI-RTOS I have an MSP-EXP432P401R ansd I am using CCS. Can I use the fatsd functions like fopen, fwrite, etc. in the main() fucntion and completely avoid using a task fucntion…
Part Number: MSP432-RTOS Other Parts Discussed in Thread: CC3100 Tool/software: TI-RTOS I am programming a MSP432 using TI-RTOS and every time I debug the program I see that it is continuously resetting as seen below. Does anyone have a clue to why this…
Part Number: MSP432-RTOS Tool/software: TI-RTOS I'm using the TI-RTOS uartecho example, the MSP432 launchpad, and CCS all for the first time and am trying to get the uartecho example to work.
My problem is that UART_write seems to hang after being called…
Part Number: MSP432-RTOS Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
In the SYS/BIOS (TI-RTOS Kernel) v6.46 User's Guide ( spruex3q ), on page 128, a snippet of code is provided for creating a clock instance at run-time.
The…
Part Number: MSP432-RTOS Tool/software: Code Composer Studio
Hello All,
I was trying to create a TI-RTOS project for my MSP432P401R from a project template in Code Composer V7.1, however, there is no template for that as shown:
I have checked…
Pulser to MSP432 RTOS based wokrking.zip You might be correct Dennis in saying that something is incorrectly programmed but it is not definitely the priority issue. As I have my UART task running on highest priority and the another task is on priority…
Part Number: MSP432-RTOS Tool/software: TI-RTOS Hello.
I'm trying to communicate my MSP432 with a module using the RTOS SPI module, I have been looking at the documentation about the module and using the spiloopback as a reference, but for some reason…