Top "Microchip" questions

Questions related to the microchip PIC family of microcontrollers.

Copy struct to struct in C

I want to copy an identical struct into another and later on use it as a comparance to the first …

c struct copy microchip
Convert ASM to C (not reverse engineer)

I googled and I see a surprising amount of flippant responses basically laughing at the asker for asking such a …

c assembly embedded reverse-engineering microchip
C: typedef union

didn't find anything in related questions. Most probably it's super noob, but I'll ask anyway/ I've got the following in …

c typedef microcontroller unions microchip
Modbus stack for Microchip PIC

Can someone suggest an open source implementation of a Modbus RTU Slave for a Microchip PIC18 processor? I'm looking for …

embedded serial-port microchip modbus rs485
Whats the best resource to learn Assembly language for PIC microcontroller's

I'm going to start working on a project where I need to have a decent understanding of Assembly language for …

assembly embedded microcontroller pic microchip
How to avoid global variables when using interrupt handlers?

I'm mostly self taught in C. I program embedded micro controllers. (dsPIC33fj128gp804 for example) I generally use global …

c embedded global-variables microchip
FreeRTOS tasks are not context switching

I'm using FreeRTOS port for PIC32 microcontroller on the PIC32MX starter kit. Was just playing with tasks but the …

c embedded operating-system microchip freertos
PIC and XC8 Compiler issue

Im sure Im missing something simple, and obvious, but I am tired of searching for the answer. Im using a …

c compiler-construction delay pic microchip
Setting up a C project with multiple source files in MPLAB

I'm using the MPLAB IDE and the XC8 compiler for a C project for PIC18 devices. I'm building a project …

c pic microchip mplab pic18
Writing to EEPROM on PIC

Are there any PIC microcontroller programmers here? I'm learning some PIC microcontroller programming using a pickit2 and the 16F690 chip …

assembly microcontroller pic microchip