I\'m writing C for the PIC32MX, compiled with Microchip\'s PIC32 C compiler (based on GCC 3.4). Added The standard I\'m following is GNU99 (C99 with GNU extensions, compiler flag -std=gnu99)
I read a bit about a previous attempt to make a C++ standard for embedded platforms where they specifically said multiple inheritance was bad and thus not supported.From what I understand, this was ne
Let\'s say we have a very processor-intensive task at hand which could be effectively parallelized. How can we dedicate all or almost all available processor power to performing开发者_如何学Python tha
Under WindowsCE, C++ project, I\'d like to get CPU utilization and memory allocation data real time - for logging and troubleshooting. Is there a library or activeX available that i could include in m
I\'m interested in programming languages well suited for embedded programming. In particular: Is it possible to program embedded systems in C++?
I want to make a final year project for which i want a two way interface device. At one end it connects to a server and at the other it connects to an output display device for e.g. a television.
This is probably trivial, but for some reason I can\'t it to work. Its supposed to be a simple function that changes the last byte of a dword to \'AA\' (101010开发者_StackOverflow10), but nothing happ
Under WindowsCE, C++ project, I\'m trying to work with devices connected via both \"real\" serial ports and/or serial-to-usb wrappers (\"virtual\" serial ports); my problem is - when I try to open the
Hey, I\'ve just finished writing a VB.NET applicat开发者_如何学运维ion. Now I want to package the executable and the database ofcourse into a single installer file. I tried using QSetup, InstallShield
I need a simple way to use XMLHttpRequest as a way for a web client to access applications in an embedded device.I\'m getting confused trying to figure out how to make something thin and light that ha