Quantcast
Channel: Microchip
Viewing all 32989 articles
Browse latest View live

MCC support of CAN FIFO mode in PIC18F (leosw)

$
0
0
Hello world, It's a revolution, I'm discovering MCC and I'm trying to use it in a new design. I'm working with a PIC18F45K80 (with ECAN module) and I'm trying to setup it in MCC. It seems that the FIFO mode (mode 2) is not fully working, since interrupts..

MPLABX-XC8 error - No such directory or file (ramon.gomez)

$
0
0
Hello everyone, Some weeks ago,i upgrade my XC8 to 2.05. Like 6 weeks ago, started to fail compiling. Always the same error with some files:"error: unable to rename temporary 'build/default/production/mcc_generated_files\tmr2.i-f3f555fe' to output file 'b..

bluetooth module not working (m4l1c1ou5)

$
0
0
I m trying to connect Bluetooth module HC-05 to pic16f877a but data is not transferring so I want to know whether UART of my pic chip can be faulty or my code is wrong.Thanks for helping in advance...

PIC24F Curiosity Board project problem (Tim Cruise)

$
0
0
Dear All,I have tested a PIC 8 bit HPC Curiosity Board with a mikroE LCD mini Click Board by using the MPLAB X IDE v5.15 and MCC v3.75. The result is - the example lcd_example() is run successfully.https://www.microchip.com...etails/PartNO/DM164136https:/..

What does (a!xr) mean in a linker script? (arnold_w)

$
0
0
Below is an excerpt from a standard linker script: data (a!xr) : ORIGIN = 0x800, LENGTH = 0x4000 reset : ORIGIN = 0x0, LENGTH = 0x4 ivt : ORIGIN = 0x4, LENGTH = 0xFC aivt : ORIGIN = 0x104, LENGTH = 0xFC program (xr) : ORIGIN = 0x200, LENGTH = 0x155F8 con..

Linker Script Error: section .handle problem (asmallri)

$
0
0
I am working on a high memory bootloader for the PIC24F developed using C30. When code origin is set to 0xF000 or below the code links correctly. If the origin is set above the first 64K page, such as 0x10000 or above, the code will not link. It produces ..

How do I change the value in "watches" MPLABX ? (sergioigel)

$
0
0
Hi, How do I change the value in "watches" MPLABX ? using simulator... thanks,..

Bluetooth LE RN4870 - Problem with iOS (aMole_4_all)

$
0
0
Hi there,I'm building a Bluetooth LE peripheral device using a ARM MCU interfacing with a RN4870 over UART. I've successfully programmed my chip to setup one GATT service with five custom characteristics (using randomly generated 128 bit UUIDs). Two chara..

IPECMD in Batch Mode (dblok1)

$
0
0
I've been using PM3CMD/ICD3CMD from the old MPLAB IDE for years and have recently tried switching our production programming over to using IPECMD from the MPLAB X IDE. I've found that there are 7-10 seconds of overhead using IPECMD unless you run it in ba..

64bit support? (galvayyar)

$
0
0
According to the latest version's release notes, we are expected to get 64bit-compatible binaries. I want to install XC32 on WSL but it only support 64bit.So when does the next version is expected to arrive? Thank you...

How to declare and how to access large arrays in flash (>32Kbytes) ? (rangel)

$
0
0
Hi, I would to declare and access a big array, >32 Kbytes, in flash memory, but i'm not sure how to do it in a safe way. XC16 set: Code model = Large. Data model = Large. XC16 1.36 or 1.36b version.Mplab version 5.05. Microcontroller: DSPIC33EP512MC502. S..

Interfacing the PIC16F628A with a TM1637 (Chinese) Multiplexed LED Display (Joe Burch)

$
0
0
Hello folks. I wonder if someone could help me out with this. Although I have a lot of experience with the Freescale product line, I'm relatively new with the PIC's. I've been trying to write some I2C code that would let me control a (known good) TM1637 c..

ICD4 not working with PIC24F32KA302 (top)

$
0
0
I have a relatively new ICD4, and I can't get it to work with the PIC24F32KA302. I have been able to get it to work fine with a PIC24F16KA101 using the same cable; so, I believe the ICD4 itself and cable are working properly. The error I get is: "Target D..

PIC32MX470 Curiosity Board (vkr2308)

$
0
0
Ok, I'm not new to the Microchip lineup of products, but had never used Harmony before. Got a PIC32MX470 board and ran the dual cdc demo. I loaded it, compiled it and bingo, worked great. So, next step was to build on it. Just turning on console and point..

Impossible to write something in the microcontroller (Noismart)

$
0
0
Hi everybody, First of all I would like to say that I´m new with this tool, so sorry if the question is very basic. The problem I have is with a piece of code that was designed a few years ago, apparently with other mplab versions and xcode versions. The ..

How can I put a bit parameter calling to a function? (covrita)

$
0
0
I want to do something like this: void turnOnOffBackLightLCD(__bit turnOnOff){
if (turnOnOff == 1){
LCD_BCKLGT_TRIS = 0;
LCD_BCKLGT = 1;
} else if (turnOnOff == 0){
LCD_BCKLGT_TRIS = 0;
LCD_BCKLGT = 0;
}
} b..

Connecting KSZ8863RLL to a MAC using RMII (iduffy)

$
0
0
I'm adding a Lantronix xPico 250 to an embedded deivce to provide WiFi access. The device has an ARM based SOM which includes a PHY and there is also an external RJ45. The three are connected using a Microchip KSZ8663RLL 3-port switch. The SOM's PHY is ca..

UART Dynamic Driver - Buffer Queue data transfer model - DMA - Overrun error (dvvrcognizant)

$
0
0
Hardware:1. PIC32 USB Starter Kit III (with PIC32MX470F512L) 2. Starter Kit I/O Expansion Board Setup: Tx Board Rx Board UART1 Tx ---> UART1 Rx GND ------------- GND Software: 1. MPLAB X IDE (v5.15) 2. Harmony (v2_06) UART Driver: UART Dynamic Driv..

QEI errors (TechnoCat)

$
0
0
Hi, Im trying to verify that my encoder system is working perfectly, I spent quite a bit of time with the dspic30f4011 trying to get the qei to work well, but I was getting errors of +1 count at the index pulse when using reset poscnt in ISR method and 1..

Software (Bitbang) SPI read Code Problem ? (kontrol)

$
0
0
hi friends, I work on spi communication. I have a problem with software spi (). I'm using bitbang method. I am coding the slave spi controller. but there is a problem with the code. I can not find. Thank you for your interest. pic16f877a

#include ..

Viewing all 32989 articles
Browse latest View live