Hello Moon,
You can find the software demo of operating register directly in the "devices" folder of MSP430 SDK (online version or offline version).
Best Regards,
Janz Bai
Hi Ephraim,
Please see the TI resource explorer for example codes, including I2C peripheral mode for the MSP430FR50431. This example is a standalone I2C peripheral, not integrated with USS. You will be able to use this example to adjust your code to…
It sounds like the USB2ANY's I2C GPIOs are damaged. You likely need to replace the USB2ANY or the microcontroller within it.
If you're comfortable doing some soldering on your USB2ANY, and can get ahold of an MSP430F5529IPN, you can remove the microcontroller…
Hello Maroti,
1). Firstly, I think you can check if your hardware connection and LCD control code are right. And then you can refer to the demo code of flow meter in our SDK. The MSP430 SDK can be downloaded from Ti.com.
2). You can also refer to…
Hi Alex, I found the issue, I didn't have the right processor/chip family installed. For CC2640 it is the wireless mcu's.It seems that the SDK gets installed as well with the MSP430 BT mcu's. Must be why it was there but the Simplelink family was not…
Charles, Thanks for your reply, the TM4C129 looks pretty good, and if support is not an issue also the MSP432E. I'm also looking at the CC3235S which may not support all my needs as a single MCU, but could add it to one of the other two to get WiFi and…
Hi Charles,
Thanks for the replying.
I have tried to import the exist import from the TivaWare SDK again.
The project can work now.
The steps are the same as previous but I have no idea why it could not work in the previous project.
Sure I…
Guillermo,
Turning off HDR for calibration was probably not the best description to use. Take a look at the OPT3101Coefficients.cpp file of the SDK. To be honest the automated method using an MSP430 board and the SDK code is the best method of doing…
Hey Pallavi,
Okay, so you are trying to manage two separate firmware images on the device, and have the ability to switch back and forth between them, correct? We currently refer to what you are trying to write as a "Boot Image Manager" or BIM. We have…
Hi naka,
naka said: an output is triggered from a different pin 100us after an input signal switches from ON to OFF, and this output lasts for 200us.
You can use GPIO input capture the signal. For 100us or 200us, you can user delay function or timer…