-
Hello Friend,
Thanks for your codes.
Which compiler and IDE is this for?
Yours faithfully,
Timmy
-
Hello,
I've been trying for a while now to get XC8 to work in CLion. Preferably using the makefile MPLAB generates so that I can still use MPLAB for debugging. I really cant get their new nova system…
-
Hey,
At LVGL LLC, we are extending our team! :tada:
Simply put, if you are an active contributor here and looking for a job, you are the perfect candidate for us. The daily tasks involve maintai…
-
Hi,
this is excellent !
It took a bit of trial and error to make it work on v2.05-linux, because the binaries are arranged differently in the tree:
```
/opt/microchip/xc8/v2.05/bin/xclm
/opt/mi…
-
The `microchip-pic-avr-tools/pymcuprog` tool has emerged and per https://github.com/microchip-pic-avr-tools/pymcuprog/blob/main/pypi.md#serial-port-updi-pyupdi is capable of uploading to a MegaAVR dev…
-
I can't seem to find it anywhere but I'm probably just missing something?
It sounds like your firmware might depend on Microchip code? (From http://dangerousprototypes.com/docs/Open_Bench_Logic_Sniff…
-
I use the AVRISP protocol. But for some reason the SPI_CMD_GET_BAUD does not work.
I do not get a valid response. I tried with SNAP and a curiosity 168 board.
this is the test code
command = bytear…
-
### Compiler name
MPLAB XC8
### Compiler version
2.36
### Compiler language
C
### Compiler homepage
https://www.microchip.com/en-us/tools-resources/develop/mplab-xc-compilers
### Motivation
a…
-
I'm attempting to build the project using MPLAB X IDE 6.10, but I'm getting the followng error:
```
EVSE.c:3103:86: warning: (373) implicit signed to unsigned conversion
"/opt/microchip/xc8/v2.…
-
function declared with return type mqttCurrentState,
but
uses of mqttHandlerState_t:
https://github.com/microchip-pic-avr-solutions/pic-iot-aws-sensor-node/blob/be0f5630800f133327bddbe68218b8654a0f…