pic
pic18f4520 with picos18- interrupt problem
I am programming PIC18F4520, and using picos18 for multitasking. I need to control buttons with PORTB. I am using interrupts, b开发者_JS百科ut I am facing a problem.[详细]
2023-03-07 09:23 分类:问答Can I make a function that accepts both ram and rom pointers in Microchip C18?
When I declare a function that accepts const char* and I pass a string literal, I get a Warning: [2066] type qualifier mismatch in assignment[详细]
2023-03-06 14:54 分类:问答Simulating Circuits and Programming Micro-controllers over Linux
I\'m about to go through a Micro-Co开发者_如何学Cntroller project which controls a robotic arm. My problem is that @ MS Windows there are MikroElectronica (IDE: MicroC) compile .c to Hex put the hex i[详细]
2023-03-05 10:16 分类:问答PICkit2 flashing led with Button
i am using a PICkit2 Low Pin Count Demo board with a 16f690 chip. i have been able to write simple code to turn the LEDs on and off, but upon trying to utilize the push but开发者_如何学Cton to change[详细]
2023-03-04 22:22 分类:问答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 分类:问答4x4 switch panel detection
I am programming PIC16f877 in MPLAB (using assembly). I have 4x4 switch panel. I can take inputs but I ca开发者_开发技巧nnot detect from which one of the switches it come.[详细]
2023-02-21 05:00 分类:问答PIC - is there a value for RB7?
I read the port RB7, and in the if a check the value. if there is output on RB7 I want that the led on my chip light up (led D1), but it burns all the time even when there is nothing connected to RB7.[详细]
2023-02-18 22:24 分类:问答Understanding Frequency / Oscillation of a Chip
I have literally no clue开发者_StackOverflow what it is. Wouldn\'t even know how to go about finding what it is.[详细]
2023-02-18 11:32 分类:问答read port RB7 or other port from PICF184550 in program language C
I\'m using the picdem F184550, I want to read the value of the led, I\'m using the mplab ide v8.63 with a C compiler. but I don\'t have a idea how to interface with the port RB7 where my led with a re[详细]
2023-02-18 07:51 分类:问答enable ports RB4 and RB3 on pic 18F4550
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[详细]
2023-02-18 06:52 分类:问答
加载中,请稍侯......