Forum Post: RE: Blink_LED
Indeed, after power-on, the contents of the PxOUT registers are undefined and can be anything. If those two bits have been different at power-on, they will remain different until you make them same...
View ArticleForum Post: RE: fr5739 Toogle LED not working
Leo, one of the recent changes was to exclude the JTAG fuse area from the vector table segment. A change that is specific to the FRAm devices, as FLASH devices eithe rhave a hardware JTAG fuse (Family...
View ArticleForum Post: RE: MSP 430 + CC2560
Yes, it's clear now what the datasheet means. As I said, the term 'register' isn't connected to the analog world for me. A shift register shifts digital values, not charges (for these, the term I know...
View ArticleForum Post: TivaC LSM303DLHC Sensor Driver
I have a MinIMU9v2 that utilizes both, the LSM303DLHC accelerometer, and the L3GD20H gyroscope chips, for which there are drivers in the sensorlib folder of the drivers that I found on the TI website....
View ArticleForum Post: ARMv7 CPSW driver, poor TX performance
We are running the CPSW driver on a TI platform using linux 2.6.37. We are seeing about 300Kbps transmit through the eth0 device. Can anyone explain why the throughput is slow?Thanks ahead of...
View ArticleForum Post: Run out of RAM only via Bootloader
I am using CCS5 with the MSP430F5436A processor. I am trying to write a simple program that will run out of ram only. I will load this program via the MSP’s built in boot loader and then use the boot...
View ArticleForum Post: RE: RM48x uart bootloader
Doron,Have you try to re-compile the bootloader without optimization?Here is a screenshot of the project properties:Here are the include options:Options for linker:Have a try like that and let me know.
View ArticleForum Post: GRImageDraw
I'm using GRImageDraw to cycle between images and there is a visible "wipe down" effect as the image is drawn. Is there a more elegant way to draw images to make them appear similar to how circles,...
View ArticleForum Post: Enable and Disable Interrupt with Switches
Hello guys, I am new to this MSP430 world and need some help on the interrupt. I was able to program MSP430G2553 and use P1.3 as the interrupt, and the next step is to enable and disable this interrupt...
View ArticleForum Post: MSP430G2230 + SPI EEPROM(25C320) + ACCELEROMETER(ADXL362)
Hi everyone. First of all, i am new with msp430 microcontrollers and i have a project that i think it is hard for beginners but i must do it :)I will take the data from accelerometer and write it to...
View ArticleForum Post: RE: MSP430FG4618 Experimenter Board JTAG Issue
Wow, your example works just fine!Not sure what the difference was, but I was also able to just copy the source files from another example that wasn't working for me (LCD example in slac129c) into this...
View ArticleForum Post: RE: MSP430 USB Flash Disk on Android not working
Hello Bratislav,Could you tell me what android devices you are using? Some android devices do not have the capability of being a USB host (OTG feature) which is required to power and communicate with...
View ArticleForum Post: boot loader flash-2
(Please visit the site to view this file)We are developing boot loader for TMS570LS3137 under IAR enviroment. And I went through the TI example code and made some change to incorporate to my...
View ArticleForum Post: XDS100V2 Programmer
I am trying to program My F28026 chip. I was trying to program the flash memory before but I failed so i got a new chip. I don't seem to be getting a good connection on my chip however, or I don't know...
View ArticleForum Post: RE: USB example on MSP430F5504 not working (not enough memory?)
Im just beginning my USB journey, meaning I am using the EmptyUSBProject example provided with 4_00_02, hoping to make it a cdc device from scratch (More info on my project- i want to control motors...
View ArticleForum Post: RE: RM46L852 Permanent damage
William,I'm in business trip in Germany for 2 weeks. I can setup a webex for tomorrow.The best is to email me when you are available and I will let you know my availability.From my hotel room the...
View ArticleForum Post: RE: Unsecuring the CSM?
Elmer,This device has a "Wait-In-Reset" function built into the JTAG block. This is not standard JTAG, but an adder done to allow you to connect an emulator without running your code. I believe if you...
View ArticleForum Post: RE: LM3S9D96 UART: minimum settable baudrate
Hi Kel,thanks for the answerYes, i understand the differences. in UART, for baudrate, it will it will include start bit, data size, stopbit and optional parity check.My issue is not about that bps or...
View Article