Forum Post: RE: How to test CAN of TMS570LS3137
I connect can2 of TMS570LS3137 with other can device, first picture is the TX signal of can2 of TMS570LS3137, it dose not work correctly ,second picture is the signal measured from the RX pin of CAN2...
View ArticleForum Post: RE: Can any TI expert share some news about F2807x?
Yes. Indeed sounds promising. But unfortunately this is uncertain future still.Regards,Igor
View ArticleForum Post: RE: Error loading program ( FaultISR ) because of Flash Memory
[quote user="Chester Gillon"]On further inspection I release that there is a separate gel file for each Tiva and Stellaris device. All the device gel files include the "common" CortexM3_util.gel...
View ArticleForum Post: RE: BOOSTXL-SENSHUB - New Launchpad Booster Pack! Were to find...
[quote user="rahul singh"]Thank you, Pak SY[/quote]You are welcome. If you have any idea, you can help!!
View ArticleForum Post: RE: Free 3D RealTime graphic AHRS for SensorHub (and TIVA)!!
Ok.I realized that Roll and Pitch data are ok. The problem comes with the Yaw axis.... any idea??
View ArticleForum Post: RE: Timer in Capture Mode of MSP430F5325
#pragma vector=TIMERB0_VECTORFor CC6, I think you need TIMERB1_VECTOR. Once you get there, if(TB0CCTL6 & CCIFG); if(TB0CCTL6 & COV);I think those trailing semicolons will get you into...
View ArticleForum Post: RE: MSP430 reset to factory settings
>On G2xx devices, the calibration constants are in the locked INFO A segment, which I think is also not erased on a BSL mass erase unless you explicitly unlocked it using the BSL. So I think either...
View ArticleForum Post: RE: MSP430G2553 SPI SLAVE RX Interrupt triggers without SPISIMO...
The SPI RX interrupt (and indirectly the TX interrupt) are tied to the SPI clock, not the data. After 8x SCK pulses, the slave Assumes it has a data byte (whatever it actually looks like).
View ArticleForum Post: RE: USI SPI Help on MSP430G2332
The Rx data replaces the Tx data in USISRL. Thus if USICNT=8, after 8 SCKs (->USIIFG), the Tx data has been overwritten with the Rx data.For the nRF24L01P, the first Tx byte (command) "trades" with...
View ArticleForum Post: RE: Variable set in ADC ISR not keeping value in main.
void move_down(volatile unsigned int current_position, unsigned int min_position) These parameters are passed by value; making them "volatile" does not change this. What this means is that, in this...
View ArticleForum Post: RE: How to port map output to two output pins
Thanks I found the reference and now is much clearer
View ArticleForum Post: RE: Function (header) and halting problems
From what I can see in your youtube video, I can't see anything that looked bad.- You can step over SysCtlDelay(SysCtlClockGet()*3/3);- You can step into SysCtlClockGet() and step though it with proper...
View ArticleForum Post: RE: Analog signal sampling of a chosen pin
It is at "TivaWare_C_Series-1.0\examples\peripherals\adc"
View ArticleForum Post: RE: How to make FSS pin keep low in Freescale-3 mode?
I did a little more reading. The documentation states the select should stay low for "back to back" transfers. However it neglects to mention what qualifies as a "back to back" transfer.I think some...
View ArticleForum Post: RE: TEXAS INSTRUMENTS - EK-LM4F120XL - EVAL BOARD, STELLARIS...
Hi Isaac, Yes, TI E2E Community is part of the internet. I am just suggesting to look at the massive resources regarding LED application or turning LEDS on and off in the internet. You can...
View ArticleForum Post: USB host MSC stack for TIVA- behaviour during random device removal
Hello,How will the USBHMSCBlockWrite, USBHMSCBlockRead and USBHCDMain functions behave if the device is removed whilst a read\write was in progress?Regards
View ArticleForum Post: RE: TMS320F28069M example project build issue
Hello Chris and Maria:thanks very much. I think I know where did I go wrong, the problem has been solved by your help. thanks again!
View ArticleForum Post: RE: epi
Hello Igor:The situation is like that. The two Chip Selects go Low together. Although each Chip select should go low when I access the address it is configured to go Low.The other problem is similar to...
View Article