Forum Post: RE: changing Timer1 inplace of Timer0 is not working with ADC
[quote user="Govardhan Reddy Patancheru"]Is there is way to solve this issue.[/quote]Can you modify the radio module code to use Timer1 and you use Timer0 for the ADC?
View ArticleForum Post: Ethernet Benchmarks on TM4C1294 Connected LaunchPad
Has TI done any Ethernet/power benchmarks yet with the new TM4C1294 Connected LaunchPad?I have seen some competition Cortex-M3/M4 (also 120MHz parts in this case) platforms benchmarked and the Ethernet...
View ArticleForum Post: RE: Heap allocation high water mark
Are you using TI-RTOS (or SYS/BIOS kernel) or just malloc in the C runtime? Are you using the TI CodeGen tools?Todd
View ArticleForum Post: RE: Serial Communications to Hercules Launchpad from Linux
DanielIf you connect the SCI to a DB9 connector you need to do this through an RS-232 line driver ie. http://www.ti.com/general/docs/lit/getliterature.tsp?genericPartNumber=trs232e&fileType=pdfI...
View ArticleForum Post: RE: can BSL memory be used for application code
Thanks to both of you for the feedback. I had looked at SLAA450 earlier, but I went back and reread the details in section 1.2. It appears that erasing BSL segment 3, and in particular leaving...
View ArticleForum Post: RE: variable conver into the register
Are you asking why mydatac is stored in R0 when mysdcard is called? Because upon entering a function call, the first parameter is always loaded to R0, and second parameter is loaded to R1, and so...
View ArticleForum Post: RE: Graphics SDK Tiva C
Not for Tiva C Microcontrollers as far as I am aware.Angela
View ArticleForum Post: RE: TM4C123G LaunchPad Evaluation Kit - query
Jay,We make the chip, so obviously we can get a pretty good price on it. We can also control the SW within the ICDI interface and deal with how it communicates with our target devices on the...
View ArticleForum Post: RE: RTI COMP0 not triggering ADC2EV
Hi Anthony,Thanks for sorting that out for me, that code works fine for me now, I've tried taking what Ive learnt on to the next part. However I've noticed the software triggered DMA channels do not...
View ArticleForum Post: RE: XINTF works sporadically: TMS320F28334
Tjarco,TZ3 on GPIO14 is muxed with the HOLD of the XINTF. Have you turned of HOLD as described in the MUX for this pin? I'm not sure why this wouldn't occur on the other rev of the board though....
View ArticleForum Post: RE: documentation for sxtb instruction
Thanks for going to the trouble of doing this. You've confirmed what I had assumed, that this is the same instruction as the C27x. The question now is why TI hasn't updated SPRU430. Another puzzle...
View ArticleForum Post: RE: Execution speed of MSP430 math operation
Your squares in your test code are calculated in 16-bit integer math, not in floating point..The calculations you are interested are all carried out in subroutines in the library you use. The MCLKs...
View ArticleForum Post: Am335x RTC 1s periodic interrupt delay
Hi !I am working on the AM335x processor and the 1 sec events generated out of RTC.I modified the code of the rtc-omap.c in the kernel to generate the events out of the chip. My application threads run...
View ArticleForum Post: RE: Problem running Example back to host - get 83 error on build.
I am just trying to run the example given. I did not alter. Should it not run?
View ArticleForum Post: RE: MSP 430 launchpad with C5000audio boosterpack
From: http://processors.wiki.ti.com/index.php/Audio_Capacitive_Touch_BoosterPack_Hardware#FAQ[quote]UART, Interrupt, and Power EnableThe UART RX and TX, P2.6_INT0 interrupt, and P2.7_PWR_EN signals...
View ArticleForum Post: RE: Trouble evaluating InstaSPIN labs
Samo,LAUNCHXL-F28027 can NOT run the MotorWare projects. You need special silicon.LAUNCHXL-F28027F can run the MotorWare projects.It should ship with the jumpers JP1, JP2, JP3 removed, which allows...
View ArticleForum Post: RE: upload software on tms570 to code composer IDE
Nate,Sorry - I don't have that folder. Did you download it? If so please provide the link. Or did it come on a CDROM of a kit - if that's the case pls. let me know what kit you ordered.
View ArticleForum Post: RE: 74LVCH16245A in split plane design
I've switched the SN74LVCH16245A for the SN74LVC16245A and the situation is even worse, the device tries to pull 400mA more during read mode i.e. writing to the TMS570. The levels are so far out that...
View Article