I have a MPASM project (PIC12F1572) that in MPLAX 5.25 now gives me this when I try to build it: Bad CPU type in executable I haven't seen any add on packs to install (I vaguely recall an older version of MPLABX it gave me an option to install some add on..
↧
BAD CPU (charleskerr)
↧
Data Visualizer Plugin Removes meun items and tool bar icons (Jim Nickerson)
MpLab X 5.25Windows 10 x64I installed the Visualizer per this page https://gallery.microchip.com/packages/MPLAB-Data-Visualizer-Plugin/It looks to be quite useful.Now my MpLab X only lists "File, Edit, View, Tools, Window and Help ", navigate, Source, Ref..
↧
↧
How to stop the loop (Rafia)
Hi, In attached file, the codes are for two tone generates randomly. I need something like after 10 random tone, it shoud stop the for loop. But I am unable with all. Like break, etc.How to exit the loop . Rafia..
↧
The program file could not be loaded: null (drmike)
I'm using 5.25 and was going along nicely for a couple months working on 2 projects that talk to each other via IrDA. Today, I suddenly get the above message. What used to build no longer does. I tried to create a new project, and get the same problem. Th..
↧
Inexplicable Port A interaction (francis_jeffries)
I am running a program using XC8 PRO compiler from MPLABX V5.10 on a Mac with Mac OS Mojave.The device is a 16F628A running at 4MHz.Simply for diagnosis, and with no interrupts or WDT enabled, I run this code:while(1) { while(++loop != 0) //wait a while N..
↧
↧
__XC16_VERSION__ problem (MartinE)
Hi everyone,I work with XC16 __VERSION__ define for controlling XC16 version in projects.I add the following lines:#if (__XC16_VERSION__ != 1036)
#error "Wrong XC16 version, you need 1.36"
#endif If use the 1036 value the parser does not recogni..
#error "Wrong XC16 version, you need 1.36"
#endif If use the 1036 value the parser does not recogni..
↧
MIDI Library (lorenrus)
Hi everybody i'm looking for a MIDI Library, like the one that exists for Arduino, for MPLAB X. Best regards..
↧
MPLAB-X 5.25 conditional compiling parsing failure (Volker)
Hi i use several configuration in the IDE.#if defined(XPRJ_...) #endifin my code.With Version 5.25 the IDE parse the code wrong if i select the different configurations.The blocks are still greyed out. Has anyone a workaround? Thanks!..
↧
Using "static" on structures (vexorg)
Hi, sorry if in the wrong forum, I couldn't see any more relevant. I'm using a PIC32MZ on mplab 5.25, and think I might have found a bug in the compiler. I'm writing an SDcard interface for the SPI port without harmony, so we have a dedicated single .c/.h..
↧
↧
Changing main project on IDE and ICD conflict warning (vexorg)
I've got multiple projects open in the IDE, and every time I change the main project I get a conflict error that the ICD is in use with the project I've just set it to. I (or anyone else here) doesn't understnad what this means as it appears to make no se..
↧
Program SAMV71 Xplained Ultra Application into SRAM instead of FLASH using MPLAB X IDE (sophie.kirkham@stfc.ac.uk)
Hi, I'm trying to get my application programmed into the SRAM of my ATSAMV71 instead of the flash. I am using the linker script provided by atmel (see contents of sram.txt attached) and a GCC compiler (not the X32 provided with MPLAB). This linker script ..
↧
Include paths for MPLAB X IDE 5.20 for legacy project (AN1160) (btremaine)
I am running MPLAB X IDE 5.20 after several years of absence. I'm trying to compile the code from AN1160 (BLDC code) for the Motor Control Starter Kit (Assy 02-02339-R2) using the dsP33FJ16MC1021ML. I am getting many errors such as: #include "periph.h" th..
↧
Best way to "skip" bootloader while debugging? (NVergunst)
I have a project with a PIC32MZ and a bootloader. I am using a Pickit3 and MPLAB 3.35. My bootloader works as I want it for now. My app has some functionality I want to debug. I currently have the main project set to be the bootloader with the main-app se..
↧
↧
Could not acquire hardware tool communications resources: RealICEPlatformTool SN#xxxxxxxxx (jtorre)
Does anyone know what is causing this problem? Is there a fix for this?..
↧
PIC24FJ128GA310 with ENC28J60 and TCP/IP statck (ketan vadodariya)
Dear Sir/Madam, I'm using PIC24F series controller for the my project well everything going good, we are adding new feature to my project. we have to implement the TCP/IP statck for the data posting well we are using ENC28J60 Controller to achieved this. ..
↧
Dist file gone !!! (aviator3679)
Hello, I created a project and when i tried to build it i couldnt because when i checked there wasnt any dist file to open. I dont know why it happened so i did the entire thing again creating a new project and setting the config bits again, and copied th..
↧
MPLAB X IDE (v5.20): Simulator does not refresh SRAM Data Memory window (r.m)
Hi, Folks.I've been using MPLAB X IDE simulator to teach AVR memory architecture and Data Transfer Instructions (Assembly). However, the simulator do not refresh the SRAM Data Memory Window. We Must to switch between tabs to see the update (in red).More i..
↧
↧
Adding remarks to a HEX source file ?? (Beau Schwabe)
Is there a way to add remarks to a HEX source file? I just need place some instructions at the top of the header file. Thanks..
↧
function localtime() of time.h consuming much flash memory (8.6KB) of PIC32MX (seccoxiru)
Hi.
I use a PIC32MX270F256D interfaced with an ESP-01 Wifi module via UART/AT commands.
I am obtaining from a NTP server (pool.ntp.br) the timestamp, seconds since 1/1/1900 00:00:00, it is 4 bytes that forms a time_t value; Thats the unique point of my ..
↧
Adding remarks to a HEX source file ?? (Beau Schwabe)
Is there a way to add remarks to a HEX source file? I just need place some instructions at the top of the header file. Thanks..
↧