Part Number: MSP430FR58471
Hello,
I'm using MSP430FR59471IRHAT device. There is an interrupt defined on P2.2 input (the interrupt is produced on signal falling edge). When there are more than one consecutive pulses at P2.2, microcontroller produces…
Hi,
I'm the actual engineer currently working with the MSP430FR58471 and this issue in particular so hopefully I can give a little more context.
Our mcu has a somewhat complex set of P1-4 port pin connections that make it difficult to measure our…
I was able to successfully "erase" flash by writing 0xff instead of 0x00, and just changing my crc function to account for that.
I know that the non FRAM mcu's use 0xff to erase which led me to attempt it, but I can't explain why that was necessary for…
As one more update, you can find the full revision table of compatible hardware and software revisions included in the release notes:
Release-Notes-MSP-GANG.htm
See the section called "Version Matrix"
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 SeaFesse, If you check the release notes from version 1.2.8.0, in the Version Matrix section, you'll see that the MSP-GANG HW v1.04 is only compatible with version 1.2.1.0 and higher. So this combination should not be used - please use the latest software…
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…