Hello,
It doesn't look like there's much support for InstaSPIN on MSP430.
Instaspin BLDC on MSP430G2553 (DRV8313EVM)
However, I did find some BLDC resources where MSP430 was being used but they seem to be sensored rather than sensorless.
Sensored…
If there is everything OK related to connection, and if LP FET is connected to LP target device it should be, sometimes device can be (temporary) bricked by downloading problematic firmware. FR4133 can be back to factory state (mass erased) by mailbox…
Hi Bruce,
I remove the ls() function, and it's not working with PM5CTL0 &= ~LOCKLPM5. I also change other MSP430fr2355 board, it also not working.
A interesting thing happens when I flash the code to the board. I guess this may not be the reason…
Hi Federico,
Thanks for your post.
Question 1: is it possible to connect inside the IN+ to the DAC output?
The 6bit-DAC is just for internal comparator and connected to comparator's input. For more details, please see "section 6.11.15 eCOMP0, SAC0…
Hi Dinesh,
In order to connect via the UART, you need to flash the executable on the Launchpad. Are you using this GUI Composer code example?
https://dev.ti.com/tirex/explore/node?node=AIQHEhWelhw1ROU65l8svA__IOGqZri__LATEST&search=MSP430FR2355
…
Part Number: MSP-EXP430FR2355 Other Parts Discussed in Thread: MSP430FR2355 Hello Team,
Actually i'm trying to understand CRC16 examle code implemented in msp430FR2355 and i'm confused.
no online calculated CRC16-CCITT is matching with results obtained…
Srinivas,
I haven't used the driverlib.h library. My code is based off of msp430fr235x_euscib0_i2c_10.c from this link MSP430FR235x, MSP430FR215x Code Examples (Rev. D) .
This code implements the same functionality as the code you linked without using…
Hi Ahmad,
Regarding DMA0CTL, I'm not sure DMALEVEL is what you want. If I am not mistaken, it must be edge sensitive. That may be your problem.
I think what is happening is you are forcing the first operation with DMAREQ, but after that DMA does not…
Part Number: MSP430FR2155 Other Parts Discussed in Thread: MSP430FR2355 , TPS22860 , TPS780 Tool/software: Code Composer Studio Hello,
we have a strange problem with I2C bus on our board.
We use among other the components:
MSP430FR2155
On I2C…