Anyone have a SnadPIC PIC32? (dhpalmer)
Bought a SnadPIC Starter Kit that has a PIC32MX795F512L installed along with USB and SD card. The board has a demo program loaded that runs OK. Using a MicroChip HID Bootloader v2.6a I save the HEX...
View ArticleProblems/Uncertainty with the ADC module of a PIC32MX440F512H "CUI32"...
Hello! Although I've used PICs for a while I'm new to PIC32 and also a bit rusty. I'm been unsuccessful when trying to setup the ADC module, or at least, results don't match what I'd expect. Other...
View ArticleGeneral debugger frustrations (jrmymllr)
Maybe this should be in another forum, but right now I'm using PIC32.... I'm using MPLAB X 2.0 and an ICD3 with XC32, no optimization. Initially the debugger worked great as I recall. Then I added more...
View ArticleEthernet problem on MX7 cK board (kferens)
Hello, Has anyone sucessfuly ran Microchip's TCPIP stack on the Ceerbot MX7 ck board from Digilent? I am having problems getting the Ethernet to work. The problem is that the Link LED does not light up...
View ArticlePic32 monitor a serial output...what is the max frequency possible? (wizpanda)
For example pic32 have max 200Mhz cpu speed when I researched but if it is monitoring a serial output what or how to average the max frequency of serial data it can detect?..
View ArticlePIC32MZ availability? (Howard Long)
Folks Has anyone had any luck obtaining any PIC32MZ parts? Clearly the silicon exists, they're on the starter kits and PIM, but I'm after the discrete parts. The marketing on the website announced on...
View ArticleRIErr0035: Failed to get Device ID when connecting PIC32 Starter Kit to MPLAB...
Hi, I often use my PIC32 (Ethernet to be precise) Starter Kit + IO extension board with Real ICE and It has always work properly. Today I do not know what happens because connection to MPLAB fails, I...
View ArticleRead multiple bytes from Arduino UART transmission, PIC32 (Dannjell)
Hello! I'm trying to send multiple bytes of data (inputs from an RC controller) from an Arduino to a PIC32. Let me break it down: The arduino reads the time high from 4 different pins from a RC...
View ArticleUse PIC32MX795F512L to do spi have receive problem (nckulien)
Hello everyone, i'm using PIC32MX795F512L's SPI2 to communicate with WIZNET W5100 ethernet chip. Now I can send data to W5100 and initial it, and i use command to read back data and i can see it on...
View ArticleTroubles with I2C communication - please see link to Microchip forum I2C...
it's in the SSP(IIC, SPI) section of the Microchip forum and titled Problems with I2C Master...
View ArticlePIC32MX130F064D Spurious INT1 Interrupts (cen199)
I have been getting unexpected INT1 interrupts. The frequency varies between less than 1 per second to several per second. details: *interrupt request signal has no significant noise *the interrupt is...
View ArticleDelay Function in Pic32 problem ? (nick703)
i have a microchip application library and i have to find in this function MsDelay() . when i simulate that time this is give me a except result . but problem is when i make some min or sec function as...
View ArticleFaster Wi-Fi with PIC32MZ CRYPTO? (sebmadgwick)
I've been using the MRF24WG extensively with a specific focus on achieving minimal latency and maximum packet rate. Infrastructure connections to router with WPA/WPA2 achieve a significantly lower...
View ArticlePIC32MZ : amazing graphics libraries running on PIC32MZ Multimedia Expansion...
Hi, One individual developed graphics libraries which should be available in the near future on his blogYou can see a video here Regards..
View ArticleHow does "INT_CORE_TIMER_VECTOR" work? (sunchensunchen)
hello I copy following code from X32 example folder and test in Simulator mode in MPLAB X IDE, however, program doesn't enter ISR.In addition, what "CORE_TIMER" mean? I can't find any userful...
View ArticlePIC32 Series Microcontroller (vinay kumar3)
We are designing a device which will convert the data from USB format to CAN format i.e. USB to CAN convertor for a automotive based Electronic Control Unit (ECU). 1. We are in need of a Micro...
View ArticlePurpose of CORE SOFTWARE 0 interrupt (moshannon)
I can't seem to find any documentation on the CORE_SOFTWARE_0 and CORE_SOFTWARE_1 interrupts. Under what circumstances would these be useful? Thanks...
View ArticleUART problem in PIC32 (nick703)
hello friends i have to test UART code in example folder of microchip application library c32 suit.in this folder UART_INTERRUPT folder below is the code...
View ArticleTimer Interrupt issue (pat2ondo)
Hi I am trying to make the LED3 blink. I don't if I am setting TIMER1 the right way. #include "p32xxxx.h"#include #include // configuration bits#pragma config FNOSC = PRIPLL // Oscillatoe Selection#prag..
View ArticlePic32mx795f512l set rc14 as Digital Output (Lucu)
Hello, I'm having issues setting pin RC14 as a digital output for my pic32mx795f512l. I have done "#pragma config fsoscen = off", and I made sure the TRISC register has RC14 as output, but the output...
View Article