Forum Post: DNSGetHostbyName Example for Concerto M3
Hello,Any DNSGetHostbyName examples? I found some code in one of the forums but it did not work. I know how DNSGetHostbyName works from Linux sockets programming. I am having trouble encapsulating...
View ArticleForum Post: RE: Communicate analog value
I probably found it just right now by myself:http://energia.nu/Tutorial_Graph.htmlI think this is already very close to what I need.
View ArticleForum Post: RE: Concerto IPC and Shared memory problem in m3 processor
Hi,No, the problem has not solved yet. I don't know what I should do.
View ArticleForum Post: RE: Tiva EK-TM4C1294XL fails to flash during debug with ICDI or...
Cure for that annoying (CCS5 featured, blinding blue) clearly is IAR. (or Keil) Big boy/gurl IDE then accommodates M0 and M3 devices from (strangely) many vendors - and supports the faster, more...
View ArticleForum Post: RE: Using accelerometer to calculate position with TM4C123BH6PM
@ Roberto,Quite well put - I'd say. If poster's past response is predictive - in about "5 days" we "may" just see some response...I've learned to "sync" response frequency/effort to that of the...
View ArticleForum Post: RE: F021 flash controller "busy" status
Hello:We have received your question and it will be directed to our expert. We will get back to you soon.Regards.
View ArticleForum Post: RE: FreeRTOS Heap RAM problem
Yes, the first segment is mirrored at the end of the second segment. But I don't really know how to force the heap to be in a particular address.I have found a solution that works for now, I set...
View ArticleForum Post: RE: EVM430-F6779
Bart,I was able to get the project to compile on the new IAR. It seems that the translation left out a definition in the project properties for the USE_LARGE_CODE_MODEL symbol.If you navigate from the...
View ArticleForum Post: RE: SPI on F2837xd
Abhijit,1) I cannot see the SPICCR register:[BL] Well your CCS setup is doing better than my CCS 5.5 installation. My register view currently only shows the CPU registers. That being said please note...
View ArticleForum Post: RE: Measuring external voltage
Hi Laura,If you open up the offset calibration, you should be able to see how to convert on the internal VREFLO connection. After you run the offset self-calibration, try converting this voltage a...
View ArticleForum Post: RE: Micro Controller programmer for tm4c1294ncpdt and MSP430G2102
[quote user="Amit Ashara"]BTW IAR has a IDE environment for MSP and TIVA. May be an alternative can be there.[/quote] Thank for info, IAR is windows centric and I don't need it, I prefer my own...
View ArticleForum Post: RE: Cannot load program - target endianness does not match
Hello:We have received your post. We will come back soon with some feedback.Regards.
View ArticleForum Post: RE: Send a simple UDP frame to a destination IP
[quote user="Jason Long"]Are these examples included in the TivaWare folder or elsewhere ?[/quote] TIVAWare contain all code but if you download package from Savannah site few more apps about network...
View ArticleForum Post: RE: Is TMDX570LS20SUSB a better choice to learn CAN,LIN, FlexRay...
Hello:Take a look at the following schematic:http://processors.wiki.ti.com/images/9/93/TMS570LS20216_USB_STICK_Schematic.pdfIf that isn't enough for your purpose, you will need to go up for a...
View ArticleForum Post: RE: TivaWare Sensorlib Bug in MPU9150.c & MPU6050.c
Hi PAk,I read through the first two pages and some of the last page of that thread (and have read through enough of the Invensense forums last year) to know that there are significant code problems...
View ArticleForum Post: RE: ADCHardwareOversampleConfigure with ADC_TRIGGER_TIMER on...
[quote user="cb1-"]void Timer0AIntHandler(void) { // // Clear the timer interrupt. // TimerIntClear(TIMER0_BASE, TIMER_TIMA_TIMEOUT); // insert delay here }Bet you that the...
View ArticleForum Post: RE: bit masking
Well - Bobby was faster and more compehencive with his answer ;-)Happy Friday! Martin
View ArticleForum Post: systick init at 40hz
so if i initialize systick like this:void SysTick_Init(unsigned long period){ NVIC_ST_CTRL_R=0;//disable systick during setup NVIC_ST_RELOAD_R=period-1;//(NVIC_ST_CURRENT_R=0;//any write will clear the...
View ArticleForum Post: RE: OBD2 interface with a Microcontroller
Thanks John,Your idea is great ... But... I have to use a PIC32 microcontroller... I can't at this time use another one. According with this i attached an image with the diagram of it eith the can...
View Article