I am writing C code for an embedded target, Microchip PIC24, and the runtime libc for some reason 开发者_Python百科won\'t properly send \\0 values over the serial port.
I am trying to interface a 4-wire resistive touchscreen to a PIC24FJ256 from Microchip. This is my first time using these and am looking for guidance as to how to go about it.
I\'m using C with the BoostC compiler. I\'m worried how accurate my code is. The configuration below ticks at more or less 1Hz, (tested with an LED to the naked eye). (It uses an external watch crysta
I am working on some HTML code that was inherited from another programmer, which uses include statements of the form:
I have an very small system with only 16kb of heap, no mmap, no swap. I\'m using the latest version 2.8.5 of Doug Lea allocator ftp://g.oswego.edu/pub/misc/malloc-2.8.5.c
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I\'m using 开发者_开发知识库the pic18F4550 with microchip v8.63 and with the C 18 compiler. I\'m using a LDR that retrieve the value of the led (not on my picdem board) (red, green and blue) these val
I\'m using the PIC18F4550 from microchip with the c compiler: by default the \'program memory\' is used, but now I want to use the \'data memory\' because it gives me a big more functionality, can eny
My project structure and files are as follows: project\\HAL\\hw_lcd.h project\\HAL\\hw_lcd.c project\\project\\app.c
I\'m using the picdem 18F4550 with microchip v8.63 and the c compiler. components that i\'m use are: - 3 leds (red, green, blue);