Forum Post: RE: TMS320F28035 eCAN Boot
Thanks Santosh. I will try the work around and update the postThanksVijay
View ArticleForum Post: RE: F28M35H52C1 C28-BootLoader
Sabina,sorry took me a while to get back at this, between steps 10 and 11, could you put a break point at location 0x13FFF0 on C28x (from your C28x dis-assembly window), run C28x and then execute step...
View ArticleForum Post: RE: Concerto not working correctly on reboot
I did move the IPCMtoCBootControlSystem to the end of main, right before the while loop. But the PWM still does not work properly upon reboot.Did Lab4-2 work for you? As in, the PWM worked even after...
View ArticleForum Post: RE: Docking Station Hardware Files
I read in other forums that, .SCH can be opened in Altium and can be saved as .DSN file for OrCAD. Can anyone with Altium help me with that?
View ArticleForum Post: RE: RTI COMP0 not triggering ADC2EV
Hi Alan,I didn't look at your new code yet, but I've got some questions about the description above:Just a couple of quick questions:[quote user="Alan Day"]-Completion of ADC2 Event Group triggers...
View ArticleForum Post: RE: TIVA USB BULK transfer
Hi Mitch, can you please take a look at the following post and respond to it.http://e2e.ti.com/support/microcontrollers/tiva_arm/f/908/p/318471/1108238.aspx#1108238Thanks
View ArticleForum Post: RE: Micro camera data wireless transmission
[quote user="Abhishek Madhyastha"]Actually, my project would be used with the camera side system being aviated for small heights and distance. So, its more related to the toy helicopter rather than...
View ArticleForum Post: RE: C28 Flash API for Linux or command line flash programmer?
Kevin,I'm posting the sources here. There are two pieces to this: the flash kernel and the loader utility.Flash Kernel:(Please visit the site to view this file)This is an embedded application which is...
View ArticleForum Post: How to write program in Macro in CCS v5
hi, can anyone suggest me if there is any reading material in TI for writing program in CCS v5?
View ArticleForum Post: RE: Using eCAP to capture the time
Why don't you simply use the PWM interrupt, on compare match? Won't that give you the same result much more easily?
View ArticleForum Post: RE: MSP430G2553 to a PN532 for nfc reading and programming
Ok gotten a lot further along. I took an example program and that never worked and made the port mapping changes and a few others and it sent my entire array with acks ... sometimes with quite the...
View ArticleForum Post: f28027 default build configuration
Hello,I totally new with Ti Microcontrollers, so I got F28027 Launchpad and this is the problem:I can import any of example files from controlSuite to debug and work fine on debug and standalone, but...
View ArticleForum Post: Understanding the SFO() routine
I would like to understand the computational requirements of the SFO() routine for calibrating the HRPWMs. When the routine is called, how many CPU cycles are used before control is returned to the...
View ArticleForum Post: RE: RTI COMP0 not triggering ADC2EV
Hi Alan,[quote user="Alan Day"]4 - Can you explain this DAM watchpoint? do you mean the use of dmaEnableInterrupt?[/quote]If you haven't already, you might want to explore the Breakpoints window in a...
View ArticleForum Post: RE: Serial Transmission and DAC using Tiva launchpad (TM4C123GH6PM)
Hi Mit, You can compare the project settings of a working example program to your project settings. See, what might be different. You, can also use a working project like uart_echo, and append the...
View ArticleForum Post: RE: sd card interfacing
Hi,[quote user="darshan bhanushali"]Now my problem is that i want to use new fatfs library and if i change the library than it will give me three error [/quote]Compare the old fatfs library to the...
View ArticleForum Post: RE: _IQsat
some examples*pOutValue = _IQsat(Up + Ui,pid->outMax,pid->outMin);Va=_IQsat(Va, 1.33, -1.33);traj->intValue += _IQsat(error,traj->maxSlope,-traj->maxSlope);make sure you are NOT using...
View ArticleForum Post: RE: How to use Uart_echo example on DK-LM3S9B96
Hi Atilla, I don't have a DK-LM3S9B96. The jumper that I was mentioning was JP55 and JP56. See, at the DK-LM3S9B96 User's Manual. Someone, posted here before of having problem testing the...
View ArticleForum Post: RE: F28027F ADC CONVERSION OF LM35CAZ DATA WITH SIGNIFICANT...
[quote user="Gawtam Iyer"]Temp(deg c)=(((Adc_Digital*3.3)/4096) *100) =(((335*3.3)/4096)*100) =(0.2698 *100) = 26.98 dC (for 27.5 dC...
View ArticleForum Post: RE: EST_STATE_ERROR Lab_02 with LAUNCHXL-F28027F and BOOSTXL-DRV8301
Hi Chris,I finally got back to trying this again with a new motor. I ended up going with something outside of your recommendations (perhaps at my own peril) but I was looking for a sensored 2-pole and...
View Article