I am new to programming in C/C++, my background is in the frontend space with react. I’ve started a side project with micro-controllers and I’m having some problems with understanding how handling dependencies work with C. In react, we would just use a package manager such as Npm or Yarn. My problem is my main.c ..
Category : mplab
I am new to programming in C++, my background is in the frontend space with react. I’ve started a side project with micro-controllers and I’m having some problems with understanding how handling dependencies work with C++. In react, we would just use a package manager such as Npm or Yarn. My problem is my main.c ..
As the title states, I’m trying to use the chipkit core in MPLAB X IDE. I’m doing this because I want to be able to properly debug the PIC32 board that I’m using for this project, but I don’t have the time to re-write all of the Arduino/Arduino-alike libraries that the project already uses. However, ..
Iam writing a simple Serial(USART) bootloader for PIC18F4550. Iam facing issues after flashing the guest application via MCU bootloader. The guest application works but partially. Here are the details of the implementation : On the PC side I have a C++ application which is parsing the hex file and sending it line by line to ..
I’m using a 12F675 PIC and I have programmed it to make 3 LEDs flash in sequence. I want it to only do this when a particular input is NOT received. The PIC is running at 3v3 and that seems to be enough to power the chip and the LEDs when I test it. The ..
How to use modern code analysis tools, such as SourceTrail on old-ish embedded c/c++ source code, originally for compilers such as Hi-Tech C, PIC C, IAR Workbench for a number of Microcontrollers not only limited to PIC, PIC16, and PIC18 series from Microchip. In order to support the limited architectures of the tiny microcontrollers, the ..
I try to implement an offset for my filters but on c coding with mplab that harder than with the matlab software. Here is the program : If you got any idea or some it ll be very helpful. I ve got a discord channel and it’s been a long time i try to figure ..
Recent Comments