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
I\'m a software e开发者_如何转开发ngineer who will/may be hired as a firmware test engineer. I just want to get an idea of some software tools available in the market used in testing firmware. Can you
I\'m stuck with configuration bits with PIC16F1947. I\'m new to PIC programming so please answer in details.
I\'m looking for programmer\'s guide for PIC16F1947 micro but so far couldn\'t find such manual. Is it available online? If yes, where can I find it?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I have read about StringTokenizer, StreamTokenizer, Scanner, Pattern and Matcher from the java.util.regex package. I have also read about opinions on them and I am realy confused: which one is the bes
I need to write a delay subroutine. It should delay about 1 second. It has to be for 8051 environment, DS89C430 micrcontroller ( 11.0开发者_开发技巧592 MHz XTAL). How can I write this subroutine?
Can somebody suggest me any disassembler for At开发者_如何学Cmel AVR 8-bit microcontrollers? There are opensource projects for this?
I am doing some microcontroller programming in C. I am reading from various sensors 4 bytes that represent either float, 开发者_运维知识库int or unsigned int. Currently, I am storing them in unsigned
We are developing a protection part for a Philips NXP SmartXA2 based dongle. It supports 2 modes of operation: 8051 compatible VM (8-bit) and a SmartXA2 (16-bit) mode. I already used SDCC for 8051 mod