Why do we have linkers for different architectures? Service of the linker is to resolve addresses. So how it is related to the instructions of target archi开发者_如何学Gotecture?There are many, many r
I would like to use printf to diplay text on a serial port of an ARM microcontroller. I am unable to do so. Any help is appreciated.
I\'m using开发者_C百科 a data transmission system which uses a fixed SYNC word (0xD21DB8) at the beginning of every superframe. I\'d be curious to know how such SYNC words are chosen, i.e. based on wh
I do embedded software, but this isn\'t really an embedded question, I guess. I don\'t (can\'t for technical reasons) use a database like MySQL, just C or C++ structs.
I need to store items of varying length in a circular queue in a flash chip.Each item will have its encapsulation so I can figure out how big i开发者_如何学JAVAt is and where the next item begins.When
I\'d li开发者_如何学Pythonke to start messing around programming and building something with an Arduino board, but I can\'t think of any great ideas on what to build.Do you have any suggestions?I show
I want to view a structure in the MPLAB watch window, but when I select it from the \"Add symbol\" drop down menu I get, \"Unsupported Structure\".I was hoping to look for an answer on microchip\'s fo
I have a client t开发者_如何转开发hat would like a small PIC board that plugs into a PC\'s USB as a dongle in HID mode. It would basically just transfer small amounts of data over RF to another device
I\'m interested in making an Arduino based MIDI controller to talk to my computer. Looking at other examples of Arduino MIDI (for example, MIDI Output using an Arduino), they all seem to wire up a ded
How does one create threads that run in parallel while programming PIC18,开发者_StackOverflow中文版 since there is no OS?Don\'t use threads, use an event loop.