Part Number: MSP430FR5733 Hi experts,
We have the GPIO trouble which is resemble with PORT26 in the Errata sheet. So, we'll try to apply the workaround to our product. Please let us know the detail firmware procedure of 1)-a). We couldn't understand…
Part Number: MSP430FR5733
Hi experts,
My customer wants to know how PORT26 errata occurs.
Please tell me about the mechanism by which this errata occurs.
Also, I would like to know why the problem is improved by implementing the workaround of the yellow…
Part Number: MSP430FR5733 Hi experts,
My customer wants to know the difference between the internal resistance values of P1.0 and P1.3. They measured the internal resistance values of P1.0 and P1.3 when the MSP430 was powered off. As a result, P1.0 was 24kΩ…
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…
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)) );…