Part Number: LP-MSPM0C1104 Other Parts Discussed in Thread: MSPM0C1104 Tool/software: I am currently using CCS v12.8.1 to program the mspm0c1104(LP). So when configuring the ADC i found that few registers (eg. CLKFREQ, CTL3 ,DESC,EVT_MODE etc) are not…
Part Number: MSPM0C1104 Other Parts Discussed in Thread: SYSCONFIG Tool/software: I have a few questions regarding the Clock Configuration and CCS (Code Composer Studio) setup for MSPM0C11x:
1) Does the MSPM0C1104 have a SysTick peripheral? I need confirmation…
Part Number: MSPM0C1104-Q1 Other Parts Discussed in Thread: MSPM0C1104 Tool/software: I am looking at using the MSPM0C1104-Q1 device and have downloaded it's SDK. I have added the SDK path to the Product Discovery path but I don't see MSPM0C1104…
>while (DL_I2C_getControllerStatus(I2C_INST) & > DL_I2C_CONTROLLER_STATUS_BUSY_BUS)
BUSBSY will be set until the STOP, so it won't clear here. Try instead:
>while (DL_I2C_getControllerStatus(I2C_INST) & > DL_I2C_CONTROLLER_STATUS_BUSY…
Part Number: MSPM0C1104 Tool/software: Hi,
we found MCU RST couldn't work, below is testing:
step1. TI-RST-new1.png: when power up, RST always Low and after 500ms, pull it to High.
but, found MCU not work.
step2. TI-RST-new2.png: after step1, pull…
Part Number: MSPM0C1104 Tool/software: I have been using SPI RTC on SPI 0 , I am transmitting data on one of the register of RTC , and then reading that register,I am getting proper waveform of the data correctly at POCI pin , but when reading the RX_DATA…
Part Number: MSPM0C1104 Other Parts Discussed in Thread: , MSPM0C1103
Tool/software:
Hi,
I'm using LP-MSPM0C1104 EVK + SDK 2.03.00.07 + CCS to develope the application that needs bootloader function in case need to upgrdae application through I2C interface…
Part Number: MSPM0C1104 Other Parts Discussed in Thread: MSPM0C1105-Q1 , MSPM0C1105 Tool/software: Hi Team,
We are using the MSPM0C1105-Q1 microcontroller for the project, but I am unable to find any SDK for it. Could you please help me with this? I have…
Part Number: MSPM0C1104-Q1 Tool/software: Hello,
i have a question regarding the settling error that is needed for calculating the minimum sampling time of the ADC. I found the following thread ( https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers…
Part Number: MSPM0C1104 Tool/software: I create some PWM examples from CCS, and then 'Build Project' and 'Debug Project'
Before I flash MCU FW to USB4 MB, I can run examples normally with debug mode.
(The connected way (PWM:PA23, ATTACH…