Part Number: MSP430FR5848 Hi,
For our project we are using MSP430FR5848 micro-controller. The firmware for the project works well when downloaded via a JTAG. But when we download the code using the BSL the device resets while working at a specific point…
Other Parts Discussed in Thread: MSP430FR5848 , MSP-FET
Hello all,
I 'm trying to program my device MSP430FR5848 via the BSL for this device using UART0 P2.0(Txd) and P2.1(Rxd) pins. (via FTDI cable)
I have downloaded BSLDEMO2.EXE from TI website and…
Hi Praveen,
When i read data at first raising edge in above image, ch2 data inverted.
When i read only ads data, drdy work properly.
I think, other codes seem to interfere with the drdy timing.
Thanks.
Regards,
Praveen
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)) );…
Other Parts Discussed in Thread: MSP430F67641 Hello All
I am working on SPI based RGB led and i am controlling the brightness of the rgb led using PWM.
I use msp430f67641 mcu. I facing the problem of the flickering of the led when the duty cycle less than…
Other Parts Discussed in Thread: MSP430F67641 Hello All,
I am working on the MSP430f67641 mcu. I use the ported code from the IAR.
I didn't find the some inline function:
1> _NOP()
2> __enable_interrupt()
3>__disable_interrupt()
4> __get_interrupt_state…
Other Parts Discussed in Thread: MSP430F67641 Hello All,
I am working on msp430f67641 mcu.
I am confuse about using the PWM in UP_mode and Capture in Continue_Mode of same channel.
my setup:-
PWM :- P3.3/PM_TA0.2
Capture Mode :- P1.1/PM_TA0.1/VeREF+/A1 …