Forum Post: Error when Compiling Project Labs
I am trying to upload a lab project onto the BOOSTXL-DRV8301 RevB Motor Drive BoosterPack with the C2000 LaunchPadXL TMS320F28027F MCU! However, the compiler fails to build the project and displays the...
View ArticleForum Post: RE: High Speed Pulse Counting with MSP432?
Interesting idea on using the SN74LV161. We're you thinking of using the A input and then having the MSP430 monitor the RCO pin? I'm sorry, but can you clarify what I'm misunderstanding about the...
View ArticleForum Post: RE: Solar Explorer Kit PV off-grid inverter
Ok will look into it and get back to you if problems arise Thanks!
View ArticleForum Post: RE: High Speed Pulse Counting with MSP432?
>Interesting idea on using the SN74LV161. We're you thinking of using the A input and then having the MSP430 monitor the RCO pin? Using timer you count pulses divided by prescaler. When stop...
View ArticleForum Post: Is the use of I2C to write and read data into internal EEPROM of...
Can I access the EEPROM words of tiva tm4c123gh6pm without using I2C interface? Are all blocks unlocked by default on launchapd?
View ArticleForum Post: RE: custom Boot-loader for msp430f2274
I think that application example code code is being silly try to use interrupt inside BSL is being silly. There is no reason for the BSL to enable interrupt. With that said. You could enable...
View ArticleForum Post: RE: Is the use of I2C to write and read data into internal EEPROM...
Have you read the microcontroller manual or the Tivaware manual? What would make you think you used IIC to access the EEPROM? Robert
View ArticleForum Post: ?How to gradually increased the speed or change the PWM duty...
I am using the PM_Sensorless project. I have been analyzing the code alot, reading documentation and matching it to the code itself which is very interesting. However, just like in the GUIs for BLDC...
View ArticleForum Post: RE: New to MSP432
As you mention JTAG switch, supposedly you use LaunchPad. Note that you shall tell about hardware (board) you use from very beginning. Apart from checking that your chip does get power indeed first...
View ArticleForum Post: How to implement the interleaved DC/DC converter code in the PWM...
I am working with the PM_sensorless FOC for a PMSM. I have read through some important and relevant sections of the ePWM document as well as other documents and spruge info. I came across the section...
View ArticleForum Post: a PLC news
Hi All, I presume TI's PLC team is in good shape and it prefers to be 100% focused on making progress. But TI is going to participate in the Embedded World 2016 event in Germany creating an excellent...
View ArticleForum Post: RE: custom Boot-loader for msp430f2274
[quote user="old_cow_yellow"]I think that application example code code is being silly. [/quote] I did not mean that. What I mean is try to use interrupt inside BSL is being silly.
View ArticleForum Post: RE: Is the use of I2C to write and read data into internal EEPROM...
Agreed - poster appears bit stuck, "Back to the past." I2C & SPI (were) the (sole) modes to transact w/ (external) 8 pin memory devices... Once that memory (or pseudo memory) is ensconced w/in the...
View ArticleForum Post: RE: ESP8266 interfacing with MSP430G2553 launchpad
I would connect the ESP to a set of two AA batteries, or another separate power source. When taking power from USB i never had success with the ESP.
View ArticleForum Post: RE: freopen and SCI_open from F2837xS_sci_io.c on F28377S LaunchPad
Hi Sal, thanks for your reply. Yes sure i'm using controlSUITE . I'm just trying to make printf and all the other standard C I/O functions work with the UART. Therefor i'm using the add_device...
View ArticleForum Post: Position Control Accuracy Limit for InstaSPIN MOTION
I want to use InstaSPIN MOTION in servo control application for an industrial servo motor control project. I need a mechanical position accuracy of at least 0,01 degrees. So according to my rough...
View ArticleForum Post: RE: MSP 430G2553
Hi, You have to know the basic knowledge of developing a system based on MSP430. If not, it is better for you to ask some expert to design the project for you. Yes, pay some money to the expert to get...
View ArticleForum Post: RE: MSP 432 Interruption whit button
Hi Dennys, thank you very much for your answer, I use the free code that you send me to make my code, but I still have problems. The next code doesn't have any errors: #include #include #include int...
View ArticleForum Post: RE: Error connecting to the target
Hi, Is the MSP432 is a customized board by yourself? Do you use any EVM board to check the JTAG connection at first?
View Article