pic18
SPI master to PIC18F4550 slave synchronization (C18) using NETMF
A .NET Micro Framework device (ChipworkX in this case) sends a byte through the SPI interface to a PIC18F. Having PIE1bits.SSPIE enabled, the following code is executed on interrrupt:[详细]
2023-01-22 05:27 分类:问答Pic to PIc and PC USB how to?
I want to make an application where PIC18F4550 send its internal eeprom data to the pc through usb. Also i want to use the same usb connector to download the data to another PIC18F4550 over usb.[详细]
2023-01-21 04:18 分类:问答USART transmit problems on a PIC
I\'m trying to send data to an SD card from a PIC18f4580, but the PIC is not sending what it should be.[详细]
2023-01-16 15:09 分类:问答Best practice for function to handle 1-256 bytes
I have some functions that are designed to handle 1-256 bytes, running on an embedded C platform where passing a byte is much faster and more compact than passing an int (one instruction versus three)[详细]
2023-01-12 12:32 分类:问答Create big buffer on a pic18f with microchip c18 compiler
Using Microchip C18 compiler with a pic18f, I want to create a \"big\" buffer of 3000 bytes in the program data space.[详细]
2023-01-02 05:30 分类:问答Difference between PORT and LATCH on PIC 18F
I already read the datasheet and google but I still don\'t understand something. In my case, I set PIN RC6 of a PIC18F26K20 in INPUT mode:[详细]
2022-12-26 07:08 分类:问答One Wire Problem
I need your qualified help! I\'m programing in C++, using a PIC 18F87J50 and trying to connect DS18B20 at my H0 Port![详细]
2022-12-14 05:15 分类:问答Multithreading using C on PIC18
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.[详细]
2022-12-09 05:07 分类:问答