BTW, on first generation (cc3100) we had examples on the SDK for UART (connecting to an older family of MSP430).
Maybe you can use as a reference.
see here https://e2e.ti.com/support/wireless-connectivity/wi-fi-group/wifi/f/wi-fi-forum/721026/cc3120-only…
Hi,
I find these posts that talk about rebuilding mbedtls and NDK libraries.
https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1116894/msp432e401y-msp432-entropy…
Hi,
You'll need to modify the REFOUT of REFCTL0 registers. I recommend reviewing the Ref_A_enableReferenceVoltageOutput() function in the MSP430 Driverlib API Guid e, which I'll share below (you can find the register code inside the function definition…
Hello Manikandasamy,
Download this MSP430 SDK and you can find the example code for peripherals of MSP430F5xxx. And MSP430 don't have function of Ethernet. If you just want to use MSP430 to control the Ethernet controller, maybe you can write the code…
Hi, Kz
Please refer to MSP430's SDK:
C:\ti\msp\MSP430Ware_3_80_14_01\examples\devices\MSP430F5xx_6xx\MSP430F565x_MSP430F665x_Code_Examples\Assembly_CCS
Also, you can build the file in this folder, but there is no asm file for F5529.
C:\ti\msp\MSP430Ware_3_80_14_01…
Hi, Andy
Andy Delle said: 1) What's the difference? It seems to run fine as DEBUG.
There are differences. Debug will control MCU.
Andy Delle said: 2) I see two different project sub directories DEBUG and RELEASE. What are all those *.d files which seem…
Hi,
I am assuming your errors are coming from not having the MSP430 tivware sdk downloaded.
In your include does it look like this?
If so you need to download the host drivers
https://www.ti.com/tool/SW-TM4C
Best,
Rogelio
Hi Benjamin, I would recommend looking up the Flash writing examples in our SDK and modifying the address target to the EEPROM address. If that doesn't work, consider this I2C EEPROM write method I found in another E2E thread.
I2C: https://e2e.ti.com…
Hi, robin
robin Moon said: is there factors that needs to be changed manually when using the SDK2.02 example?
Using 2.02 will include library in SDK 2.02. IT won't use 2.03.
robin Moon said: 2. please let me know why the default sensorless-FOC_DRV8329…
Hi Yavuz,
It's going to take me a couple of days to look into this, in the mean time here are a few resources that might be helpful.
https://software-dl.ti.com/msp430/esd/MSPM0-SDK/1_20_00_05/docs/english/middleware/motor_control_bldc_sensorless_foc…