Part Number: MSP430FR5922 CSCTL0 Clock System Control 0 is the password register to unlock the CS registers.
CSKEY password. Must always be written with A5h; a PUC is generated if any other value is written . Always reads as 96h. After the correct password…
Hello Markus,
The MSP430F5325 does not have an AES256 hardware module, so I'm assuming here you are looking for a SW solution. For a SW solution, we do not have AES256 available. We do have an AES128 SW solution available.
If you want a HW solution…
Hello a b,
I see 9 posts you have made recently, for example:
MSP430FR5922: MSP430 Clock System register lockout
RE: MSP-FET: What is the Comm port in MSP-FET
LM3549: EEPROM init values
LM3549: Shutdown -> Standby time
Not sure why you are…
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"
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…
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…