All Questions
3 questions
0
votes
0
answers
44
views
RL-TCPnet crash when send and get at the same time
I'm working on a web service with RL-ARM libraries. I want to send some parameters with AJAX as .cgx file and at the same time I want to create a socket and then send a lot of data to the destination.
...
0
votes
2
answers
4k
views
Keil : LPC1768 UART : Error: L6200E: Symbol a multiply defined (by main.o and uart.o)
I am learning ARM programming. I've configured uart of lpc2148 before. But there I included entire code in single file. Today I separated them in .c and .h file. But When tried to build, I got ...
2
votes
2
answers
487
views
FatFs f_write not working in LPC1788 Timer ISR
I’m using LPC1788 MCU with KeilV5 compiler.
I Have a Timer ISR in which I read a value form specific ADC channel and write it into a SD-Card using FATFS library.
Here is my Timer ISR code:
...