microchip
Printf ignoring null values?
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.[详细]
2023-03-26 09:38 分类:问答Embedded: 4-wire resistive touchscreen
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.[详细]
2023-03-19 05:00 分类:问答Accuracy of Timer1 as real time clock with PIC Interrupts on 16F*
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[详细]
2023-03-15 13:50 分类:问答.inc File Not Included Reliably
I am working on some HTML code that was inherited from another programmer, which uses include statements of the form:[详细]
2023-03-10 01:00 分类:问答strange malloc behavior with Doug Lea allocator
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[详细]
2023-03-08 17:49 分类:问答pronounce a color based on the bits values with the pic 18f4550 [closed]
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[详细]
2023-03-01 22:21 分类:问答pic 18F4550: local variable problem,
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[详细]
2023-02-28 01:47 分类:问答Enable data memory PIC 18F4550
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[详细]
2023-02-27 19:48 分类:问答Using Relative Path in MPLAB IDE
My project structure and files are as follows: project\\HAL\\hw_lcd.h project\\HAL\\hw_lcd.c project\\project\\app.c[详细]
2023-02-20 19:11 分类:问答Get value from LDR
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);[详细]
2023-02-20 15:54 分类:问答