Forum Post: RE: Knowing flash used at execution time?
At compile/link time, the exact amount and location of Flash usage are already know. The map file generated by the linker can tell you all the details.At run-time, this can all change. MSP430 is...
View ArticleForum Post: RE: Need help getting my Motors to run slower
Hey Chris,I'm not very good with programming so I just need to clarify a few things. So is my board instaSPIN capable? I would much rather use that program than try and program something. I ask because...
View ArticleForum Post: RE: Connecting Stellaris Launchpad with 16x2 LCD
As an early contributor to this thread - am concerned that this code://Register Select(RS) = 1, Enable(E) = 1//GPIOPinWrite(GPIO_PORTA_BASE, GPIO_PIN_6 | GPIO_PIN_7, 0xC0);impacts both RS & E...
View ArticleForum Post: RE: Free 3D RealTime graphic AHRS for SensorHub (and TIVA)!!
Just to confirm, I sent your the MPU9150EVB raw data with plots and plotting script. They are all in a .zip file. (There were a few delayed attempts because of difficulty inserting graphics in-line and...
View ArticleForum Post: RE: Ethernet in LM3S6965 not working
May I note that, "Pay Pal" still, "rang up" that "virtual beer..." Unknown how it will go w/tomorrow's, "virtual Turkey."
View ArticleForum Post: RE: Using the timer as a Sync signal
[quote user="Sherif Amer1"] I really hoped to find something like in stm32 where I can assign one timer as a master and the other is slave[/quote]Mon ami - I may not be alone in my failure to...
View ArticleForum Post: RE: 2 MHz clock generation from timer
Should your part have the fast gpio bus (believe that's AHB) you may exceed 2MHz toggle rate - w/out use of the timer - via "toggling" gpio set/reset functions. SW-DRL-UGxxxx should detail how you...
View ArticleForum Post: MSP-TS430PZ100USB bored and BSL scripter
I am trying to program a msp430f5659 via the usb bsl i haven not found a usb driver that will work and the vid and pid are all zeros when i look at MSP-TS430PZ100USB on the device manager. when i try...
View ArticleForum Post: RE: Launch Pad external storage
Then store information in EEPROM and "dump" it using serial interface
View ArticleForum Post: RE: MSP430 and clock cycle count in CCSv5.1 full licensed verion
Hi Miroslaw,I think I can reproduce the issue - I see a very large obviously incorrect number of cycles reported on G2xx parts, where when I run the same code on an F5xx part I see the correct number...
View ArticleForum Post: RE: EUSCI_A_SPI_isBusy(...) error in MSP430Ware v1.60.02.09
Brandon,I believe you are correct. I will notify the software team to make the change for the next release of MSP430ware.
View ArticleForum Post: motor control and pwm MSP430F2012
Hi Friends, I have a small question and the case is as below.I have MSP430F2012 with EZ430-T2012 BoardI have 2 motors connected through a motor driver which accepts pwm/dir input.I have a joystick with...
View ArticleForum Post: RE: Problem with Concerto F28M35xx (rev b) controlCARD and ethernet
Hi Davide,while there is not any answer, just in case, I would wish clarify something. If I understand, you have added already these files:(Please visit the site to view this file)(Please visit the...
View ArticleForum Post: RE: TM4C123GXL DFU USB
Tim,I tried this on my end by modifying the usb_dev_bulk example (.c file attached). The only difference I can see between your code and my code is that I used USBDCDTerm(0); instead of...
View ArticleForum Post: Concerto - DriverLib/MWare compilation problem
Hi,I'm trying to compile in Release the Drivelib/MWare library found in controlSUITE\device_support\f28m35x\v201\MWare.Compiling in debug works but in Release I get this error :expression must be an...
View ArticleForum Post: RE: SD16 single-ended noise problem
Ilmars,I'm sorry, I was just trying to answer your question. No, that wasn't the solution. The actual solution was a resistor from what's called I1- to ground, and the secondary was not grounded but...
View ArticleForum Post: GPIO interrupt only 'Firing' once
Hi there,I am trying to get an accelerometer to trigger an interrupt on PC6 when new data is available.However, when trying to make this run it will only fire once. The accelerometer datasheet says...
View ArticleForum Post: RE: InstaSPIN FOC : how to program in Flash
is it possible to flash the chip using XDS100v2 usb emulator or is it necessary to have a JTAG ?
View ArticleForum Post: CLA_0: Trouble Reading Register PC
Hallo,After I update to CCS5.5.0, I encounter a problem:CLA_0: Trouble Reading Register PC: (Error -1001 @ 0x0) Requested operation is not supported on this device. (Emulation package 5.1.232.0) I...
View ArticleForum Post: RE: I2C Communication
Hi kevin,I am currently trying to interface the msp430 with mpu6050 and I am very much new to microcontroller programming.It would be very much helpful if you could provide me with a proper working...
View Article