Forum Post: CPU utilization in freeRtos
Hi , I use TMS570ls3137 and how can I determine CPU utilization for a task in FreeRtos.
View ArticleForum Post: RE: TMDSHVRESLLCKIT unable to update Flsh
Hi,First of all check the .cmd file (linker file) for any memory conflicts. Also,[quote]C28xx: Trouble Writing Memory Block at 0x3f713c on Page 0 of Length 0x2c[/quote]Seems like the segment is...
View ArticleForum Post: RE: How can I increase the accuracy of floating point?
BillI can't understand the relation between 10 and 51. plz describe it in detail.Regards-Bang Hyun-
View ArticleForum Post: Debug problem in lab 2b for instaspin foc
Hi I am using f28027f experimenter kit with boostxl booster pack.while doing the lab .it builds properly but during debug it gives following error.please help.image-
View ArticleForum Post: TimerIntClear Fault
I'm using LM4F120H5QR launchpad. I'm using three timers in following configurations SysCtlPeripheralEnable(SYSCTL_PERIPH_TIMER2); SysCtlPeripheralEnable(SYSCTL_PERIPH_TIMER1);...
View ArticleForum Post: RE: Tiva Parallel I/O
Carlos,Request you to take a look at TivaWare/driverlib/gpio.c - There is a function called GPIOPinWrite that does exactly what you want. The first parameter is the GPIO port base address, the second...
View ArticleForum Post: RE: CPU utilization in freeRtos
thank you for this reply.However, i do not want to this. I want to see tick count and I want to determine executing time.But exactly time..İf I use rti module(not used FreeRtos), I can determine this...
View ArticleForum Post: RE: TIMER B ISR OF AUDIO PLAYBACK FUNCTION
I tried the above code...the microphone records the audio signal, but when I try to play it back, there is a global reset, and everything starts all over again. I included code for disabling the...
View ArticleForum Post: NHET interrupts for rising edge monitoring
I am using N2HET[0],N2HET[1], and N2HET[2] as interrupts. They should be able to access the rising edge.How do I initialize or set directions for them?I am quite new to microcontroller coding.
View ArticleForum Post: RE: How to start and stop HVACIMTR?
Hi,Didn't the controlSuite documentation help? You may find it in HVACI_Sensorless_2833x 's Doc folder.Regards,Gautam
View ArticleForum Post: RE: EMAC and PHY
Hi Chaithanya,Thank you for your reply. Yes, they are the ones I am implementing, So a similar demo which works even after re-generating the HalCoGen files would be of great help.Thank you,Agraj Jain
View ArticleForum Post: RE: TimerIntClear faultISR
Hi, I will get back to you after this weekend. Post, the rest of your code so others can review it. Try to diagnose that faultisr using the document from the link below....
View ArticleForum Post: RE: LM4F120: UART1/2
@cb1_mobile: since I am not a native english speaker, I am a bit puzzled about your point in the first section of your last response. Thus, it would be helpful to me to rephrase your point in clearer...
View ArticleForum Post: RE: New to eZ430-RF2500-F2274
[quote user="Mallappa T"] I didn't understand the hole code,[/quote]So you have to learn. Read code, documentation, analyze. Read manuals of chips. If you don't understand C then learn it.[quote...
View ArticleForum Post: RE: Does msp430 dac module dac12_a suitable for wav audio decode?
[quote user="Tom Cjin"]We just worried about the Noise .[/quote]So measure it. All you need is some test code sending test waveforms and quality sound card for computer, also audio quality measurement...
View ArticleForum Post: RE: I2C Busy Flag
Hello Mitch, thanks for answer, i dont know why i used directly &, just on these 2 lines i used &.
View ArticleForum Post: RE: Which C file is compiled during download and loading?
[quote user="Henri Aghaei"]BTW, I deleted the "main.c" and the program did not work![/quote]This clearly indicates that you shall learn C programming language before continue.
View ArticleForum Post: RE: H63C2 Error Connection to the target
Hi, Don't worry. Can you please attach screenshot of the error? This would help me check into the issue. Regards, Gautam.
View ArticleForum Post: RE: Using LCD on the MSP-EXP430.
[quote user="Avinash Kaur"]When i build it and debug it there is no error shown but while running the program the following line is displayed.Can't find a source file at...
View Article