I am using an STM32F105 microcontroller with the STM32_USB-FS-Device_Lib_V3.2.1 USB library and have adapted the VCP example for our purposes (integration with RTOS and serial API).
I have written this program in mplab v8.63 with c compiler C18 on the pic 18F4550. if I press the button on my picdem (S3) and there is a led connected on RB5 (with a resistor) then the led goes on. W
I want to use C with templates on a embedded environment and I wanted to know what is the cost of compiling a C开发者_开发百科 program with a C++ compiler?
I\'m a software e开发者_如何转开发ngineer who will/may be hired as a firmware test engineer. I just want to get an idea of some software tools available in the market used in testing firmware. Can you
开发者_如何学JAVAI am quite new to the embedded linux programming and did not really understand this concept very well.
I\'m working on an embedded firmware project using U-Boot.We are required to have a backup copy of U-Boot in flash at a second location.All the technical stuff about relocating the processor\'s reset
I know lua is working on microchip PIC32 and I wonder if node.js (a javascri开发者_运维问答pt for server) could work on it too or if the lib will be too big or too slow for a PIC32.Considering the pro
A couple of years ago I was taught, that in real-time applications such as Embedded Systems or (Non-Linux-)Ke开发者_开发百科rnel-developmentC++-Exceptions are undesirable. (Maybe that lesson was from
I have a packet from a server which is parsed in an embedded system. I need to parse it in a very efficient way, avoiding memory issues, like overlapping, corrupting my memory and others variables.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.