what kind of target board are you working with for the MSP430F168? is this a custom PCB you made? breadboard? i highly recommend you try out using a standard target board like the MSP-TS430PM64 from TI to validate your setup. the most common reason i…
Thanks for your inputs, I've seen that the stellaris LM3S2616 does have encoder quadrature input. But such controller are not really low power unit (maybe closer to Piccolo consumption).
It exists a dev kit for brush DC motor : Stellaris® Brushed…
Other Parts Discussed in Thread: MSP430F2616
This source code will generate a sine wave with a frequency
up to 190K. Some kids can still
hear it.
The
sine wave formula I am going to use is:
Y(t)=A*sin( ω * t)
---- ω= 2π f
Y(t)=A…
Mark R. said: FYI: I did look up the Device ID information in SLAU320V, and the parts in question MSP430F241X and MSP430F261x use the same device ID's. I could see how the software really can't distinguish which part it actually it is. Looking at the…
I ran into some issues using pdkProjectCreate script. See attached text files for output of both scripts i.e. pdkProjectCreate and pdksetupenv. The pdkProjectCreate script created a folder called MyExampleProjects but it was empty. The script appears…
Hi Paul,
I use the MSP430 product selection page from https://www.ti.com/microcontrollers-mcus-processors/msp430-microcontrollers/products.html and save all parts in the spreadsheet. I use the filters to filter out parts. There are quite a few that…
So I just found something interesting! I have a PC with a clean install of win10, and I installed CCS 11.2 with the command line "--mode unattended --disable-components PF_MSP430,PF_MSP432"
And then installed the arm compiler and tried to use the…