Other Parts Discussed in Thread: MSP430F436 We have a situation on a MSP430F436 where the ADC output freezes at a particular output and then after 1 minute reverts back to where it should be. Has anyone experieced any similiar problems as we cannot see…
Other Parts Discussed in Thread: MSP430F436 Hi,
I am using MSP430F436 in my project. I am using Info A memory to store the device configuration data. All the data were gets updated in info memory, but after doing power cycle, I am not able to see the…
Other Parts Discussed in Thread: MSP430F436 hi
i will use MSP430F436 ,i will write lcd drive for lcd controller (4-Mux)
Could you give me some solutions
thanks!
Other Parts Discussed in Thread: MSP430F436 I really want to find an Application Note or a sample about how to write into the flash .
I use MSP430F436
Could you help me, please?
Bye.
Hello Rosty, Hello William,
i´ve got it working this evening. But there was a strange behavior on the multilingual systems. After i changed the language to english the installation was possible. Then i changed back to german and the communication with…
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)) );…