HelloI m using pic18F67J50 Spi Module During Compilation we are getting Error spi/src/drv_spi_pic18.c:277: error: (845) symbol "ASMSPI1XmitLoop" defined more than once
spi/src/drv_spi_pic18.c:280: error: (845) symbol "ASMSPI1Offset2" defined more than on..
↧
PIC18F67J50 Spi Problem (Nome BuTT)
↧
Project Copy and Hex Problem with MPLAB X IDE v3.00.02-beta (yschen168)
This MPLAB X version is quite a refresh and deserved applaud. There are some bugs are naturally understood.I encountered build project problem. After copy a project and clean and build it. The error message:" ...production.hex does not exist or is not an ..
↧
↧
(v1.45) Switch, duplicated case workflow (acharnley)
Hi,
For the following switch code, I have several case between MCU_PROGRAM_MOTIONLESS ... MCU_PROGRAM_MOTION_ACTIVE
And I have a common bit of code inserted in the first case which targets all of them. On compliation XC8 complains:
error: (695) d..
↧
MPLAB Harmony Configuration Settings for UART Higher Baud rates - PIC32MX470512L (dvvrcognizant)
I am trying to operate the UART with higher baud rates. The PIC32 Micro controller used is PIC32MC470F512L. I use MPLAB Harmony. The UART is configured in loop back mode. I wrote a program to send and receive data. The program works well up to baud rate o..
↧
Creating subroutines... (DarnocB)
Hi all, I've been doing an online course in Electronic Engineering and the final assessment is on microprocessors - specifically assembly program language. My day job is not strictly engineering so whilst the earlier parts of this course were relevant / h..
↧
↧
PIC32MZ i2c problem (pandaexpress)
Hi all,I am working in a project with several i2c devices (3 at the moment) everything works, but when I add a fourth device I start getting buss collision, I think is worth to mention that every device is working independently. I wonder if someone has fa..
↧
How Set up USB in Harmony 2.02b (sulivan.ganter)
Hi, I am trying to set up the USB module (Host MSD) on the PIC32MZ for save data in pendrive device, but the function "USB_HOST_BusIsEnabled(0);" always return : USB_HOST_RESULT_FALSE == (0x00000000). I'm using Harmony 2.02b, MPLAB 3.50 and the developmen..
↧
I2C on PIC32 (PeterRQ)
I am attempting to get I2C communication running using the PIC32 Ethernet Evaluation Kit & I/O Expansion board.
I have implemented a bitbang solution which communicates with a Keller 4LD pressure sensor. I can read temperature and pressure, watch tem..
↧
MPLABX 5.15 Navigation, Autocomplete not working (billreinhold)
I've created a new standalone Harmony project, which compiles and runs, but I can't use Navigation (Goto Declaration, etc.) to navigate to another source file and code autocomplete does not work. When I load up a Harmony demo app, everything works just fi..
↧
↧
I2C Migration (Roze Doyanawa)
Hi,I've been sitting now and tried for several days to get I2C slave to work properly on a PIC18F24K42, and I've basically come nowhere. Whatever I do, the data the master sees is wrong somehow.So now I'm turning here in a plea for help with porting my co..
↧
XC8 Beginning problem (gunzelg)
Helloi have a new project, where i want to use the PIC16F18875. For that I bought the Curiosity HPC board, where this PIC is already on it. I installed the actual MPLAB X and the XC8-Compiler. Than I made a new project for thie PIC. The IDE generates some..
↧
linker error while debugging in MPLABX IDE (ninaad)
Currently I am using PIC32MX470F512H.I don't have any issues in building project.But while debugging the project , i am getting error saying "cannot open linker script file".I have attached my screenshot with post.please help me.TIA..
↧
Serial Communication configures (john_ive)
In my project i'm using PIC18F4520 controller.In this project i'm using an keypad which connected with TX and RX pins.Now i'm going to use these pins for communication also. Shall I connect the keypad along with communication.?When the program is started,..
↧
↧
PIC32MZ1024EFM100 ICD4 programming issue (Reini)
Hi all,Currently I am working with a controllerless TFT display and designed a PCB with a PIC32MZ1024EFM100 to drive the TFT screen (NewHaven). On the PCB, the programming signals PGC, PGD and MCLR are connected as advised by the datasheet. PGC and PGD ar..
↧
MPLABX issue? (JB37)
DELETE THIS POST/THREAD. This is a duplicate of my reply to mesageID=849960 (James Autry's original thread with the same title). Please add to that, instead. I have the exact same issue; last week I was able to program my bootloader with MPLABX v2.30 and ..
↧
PIC32MZ Embedded Connectivity with FPU Starter Kit Failed To Program Device (alimerido)
Hello, I am using PIC32MZ Embedded Connectivity with FPU Starter Kit. Also I am using Mplab IDE v5.00 with Harmony Configurator. I tried many example applications for about 4 mounts and everything was working perfectly till I tried harmony configurator's ..
↧
PIC16F877A Startup File (The Loner)
Where do I find the include file in MPLAB X to read?
;Change RC_OSC to LP_OSC
list p=16f877a ; list directive to define processor
#include ; processor specific variable definitions
__CONFIG _CP_OFF &..
;Change RC_OSC to LP_OSC
list p=16f877a ; list directive to define processor
#include
__CONFIG _CP_OFF &..
↧
↧
MPLAB Device Blocks for Simulink v3.44 Released, know Issues, Patches, Examples (Lubin)
MPLAB Device Blocks for Simulink v3.44 is now available for download at https://www.microchip.com/SimulinkBlocks The blockset support chip (dsPIC and PIC32, see list below). Thus it works with any boards based on a supported dsPIC/PIC32. With all supporte..
↧
How to Store JPEG file received and display on LCD (kahjoo)
Hi, I need to store the JPEG file (100Kb) received from UDP stream into the MCU internal flash and then display on the LCD.LCD screen will only refresh and change when the picture when received new JPEG picture. 1) How to store the JPEG into the MCU inter..
↧
Need help compiling PIC18F2550 source code (ignotus)
Hi all, I'm new here and to the task of compiling code in general. I've burned hex files to MCUs but up until now that has been the extent of my technical prowess in the field... So please be gentle on me as I showcase my ignorance. I have a MIDI controll..
↧