Part Number: MSP430FR5721 Other Parts Discussed in Thread: MSP430FR5969 , Hello,
HART soft modem and stack can been implemented on a MSP430FR5969 device as stated on TIDUA04A, 'HART Field Transmitter for RTD Temperature Design Guide'.
On the same…
Other Parts Discussed in Thread: MSP430FR5721 Hi, please i need asap i did not find the product msp430FR5721 38 pin TSSOP in any distrubutor, please where can i find this ? i need it asap,
best regards
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…
Hello Naoki-san, Let me check with our marketing teams and get back to you tomorrow. Hopefully we can find an easy to use, and low-cost replacement part. Meanwhile, what I would recommend is looking through our mcu products, possibly posting an e2e question…
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…
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…
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)) );…