Posted on July 17, 2013 at 03:20
Hi Guys,
I want to implement a
GPIO data acquisition
UDP/TCP communication
and tick count or microsecond counting
HAPPENING all at the same time.. how can I do that?
details: m...
Posted on April 16, 2013 at 08:39
Hi Guys,
I'm a bit confused with pointers..
I have a global variable named uint8_t DATAS [130]
and I have a function that sends data through lan (note: Iam using stm32f4Discovery and DISC...
Posted on April 11, 2013 at 09:56
Hi Guys, after tracing why my programs hangs up.. i finally traced it down to this ''Go to infinite loop when Hard Fault exception occurs''
int main(void)
{
/*!< At this stage the microcontroller clock settin...
Posted on April 09, 2013 at 17:29 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on April 08, 2013 at 03:29Hi Guyz, I would like to send a udp data using the STM32F4DIS-EXT board / STM32f4DIS-BB (serial/LAN/SD). Can someone guide me how... ( I am now browsing the examples) #lwip #lwip #ip #ip #udp #udp
Posted on May 06, 2013 at 14:55www.simcom.us/act_admin/supportfile/SIM340_ATC_V1.00.pdf +CMTI:�?SM�?,7 messaged arrived at index 7 of sim. you can read it by AT+CMGR=7
Posted on May 06, 2013 at 14:46 Hi you may try somethings like this... this may not yet be so efficient.. im still in a stage of embracing C.. I accept corrections and tweaks suggestions on the code below.. char SendMessageTO[23] = '...
Posted on April 22, 2013 at 06:37 Hi Wil, 1. try to check a loopback on your USB to serial converter, short the TX and RX Pin, then check on your application or terminal. 2. check if you have the same baudrate, 3.check if you have the correct config...
Posted on April 22, 2013 at 06:31Hi Wil, What I usually do as a immediate solution is i check the pin of the TX if it can power on an LED if yes means my serial is configured properly, if not I try to check my code again. And as clive1 have said.. y...