Part Number: MSP430FR5857 Other Parts Discussed in Thread: MSP430WARE Tool/software: Code Composer Studio I used to work with Atmel processors and Atmel studio but recently shifted to TI MCU's. I used to use the SH1106 based I2C display with Atmega328P…
Part Number: MSP430FR5857 Tool/software: Code Composer Studio When I went through the MSP430FR58xx modules datasheet I came to know that it has a dedicated LCD module which can drive static and 2-mux to 8-mux LCDs. I went through the datasheet but could…
Part Number: MSP430FR5857 Tool/software: Code Composer Studio I am writing a code and want to check if it is MISRA C compliant. I switched on the MISRA C option in Project > Properties > General >Advanced Options > MISRA C. But it has only been added…
Other Parts Discussed in Thread: MSP430FR6870 , MSP430FR5857 , CC2640 , MSP430FR5726 Hi everybody!
I develop intellectual sensors and primitive controllers. My favorite MCU - MSP430FR57xx family. Now I need to add new features to my controller, RTC included…
Other Parts Discussed in Thread: MSP430FR5857 Hello,
I am new to MSP430FR5857.
I am trying to setup the MCLK as a processor clk which will need to use our external crystal at 8Mhz.
To confirm correct configuration I am also trying to toggle the P4.4 output…
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)) );…