Hi,
If you need try ADC12 on FR6043, please consider MSP430FR6043, MSP430FR6041, MSP430FR5043, MSP430FR5041 code examples (Rev. B)
If you need evaluate USS sub system, USS design center is needed.
Thanks!
Hi William,
It will be easy to find a device with higher memory in MSP430. But for the device with 3 UART, it is limited. The suitable device would be MSP430FR5041
What about 1 uart using software to realize?
Eason
I put together a small script that would automatically compile a small test main.c with all the fram targets and report back which ones ended up with no __MSP430_HAS_FRAM__ (please ignore the list from my first post):
https://github.com/rodan/reference_libs_msp430…
1) Based on our documentation, it seems that the ADC based correlation approach will result in a lower standard deviation in measurements. TI devices use an ADC based correlation approach.
2) The MSP430FR6047 is typically used for water metering. You…
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…
OK, got an .rl file. See attached.
The line in question in this file is line 42960, __bis_SR_register(GIE). If you look, it replaces that line with the following:
__asm__ __volatile__ ("bis.w %0, SR { nop" : : "ri"((unsigned int) (0x0008)) );
Which…