I'm using the PIC32MX795F512L as a controller for a UPS. The device is recognized as a battery by Windows 7 when plugging in via USB and works as expected. When testing against Windows 10 recently, however, I found that while it also does recognize my dev..
↧
What controls how often USB report data is requested by the host? (rgroner)
↧
Porting Harmony V1.03 project PIC32MZ EC to EF part (MKC)
Howto port Harmony V1.03 project from PIC32MZ EC part to EF part..
↧
↧
Bootloader not jumping to application (kweisenback)
Hey guys,
I'm having some problems with a bootloader that I'm trying to implement and I'm just about out of ideas.
I'm using XC32 1.40, MPLAB 3.26, Harmony 1.07.01, and a PIC32MZ1024ECG100.
My issue is that whenever I try to jump to my applicatio..
↧
PIC32MM - Anybody got one working? (simong123)
I'm trying to bring up my first Pic32MM board (PIC32MM0016GPL020) but having little success. Currently I have only the PIC, VCap (10u 10V 0805 X5R), Vdd Bulk (4u7 16V 0603 X5R, bottom of PCB) and De-Coupling (100n 16V 0603 X5R, top) and a 4k7 pullup on MC..
↧
PIC32 Not running at proper speed (Supercap2F)
Hi, I have a PIC32MX370F512H, and I've tried to set the oscillator for 100MHz (max speed of the PIC). I'm using a 25MHz crystal, here's my config code: #pragma config FNOSC = PRIPLL // the defualt oscillator is Posc with PLL
#pragma conf..
↧
↧
D (crmoratelli)
Hi, I am studying the pic32mz USB controller with the objective of better learn about USB protocol. I am looking for a great documentation similar to the DS61126F (Section 27. USB On-The-Go (OTG)) that gives information about how to enable the USB control..
↧
PIC32 SQTP for MAC-address with MPLAB X IDE (Rokx)
Hello, I need some help with SQTP. I'm tying to auto increment the MAC-address but for some reason it's not working. PIC: PIC32MX795F512LMPLAB X IPE: v3.05Programmer: PickIT3 I'm generating a SQTP file with following options: Generation method:Sequential ..
↧
SPI issue on PIC32MX (Melchi)
Hello I'm having an issue with the SPI module. I'm just testing it at the moment so I'm using 2 PIC32MX250F128B to talk to each other. I seem to be getting a strange error where the received data is incomplete, see attached waveform.In this test I'm tryin..
↧
Difference between NVMProgram() and NVMWriteWord()/NVMWriteRow() (jMo925)
I'm struggling to see what the difference is between NVMProgram() and NVMWriteWord(). I know what the parameters are for each, but am struggling to figure out exactly how to use them, and why. I'm aware a word is 4 bytes and a row is 128 words, so 512 byt..
↧
↧
PIC32MX220F032D UART Bootloader (MANGUKIA)
Hi..Read your forum answer for PIC32 UART Bootloader forum link (In this mention bootloader Linker and Application Linker so where is application linker and How to change it..We use PIC32MX220F032D (Pinguino MX220 baord) controller and MPlabxIDE and c32 c..
↧
USB on pic32mx230f256d (tsufuri)
Hi. I am trying to get USB module working as a device. Every time I plug my device in I get:000000: PnP Event: Device Connected (UP), 2016-08-05 07:31:45,4294909 (1. Device: Unknown)
The USB device has just been connected to the system.
000001: ..
The USB device has just been connected to the system.
000001: ..
↧
is causing Error (ats3788)
HelloI Installed new MPLab X IDE Ver.3.35 and now I got the errorc:\program files (x86)\microchip\xc32\v1.42\pic32mx\include\lega-c\plib.h:41:30: fatal error: peripheral/adc10.h: No such file or directory..
↧
PIC32MZ RFID-RC522 SPI Problem (Julio López Moya)
Hi. I have problems with SPI communication between RFID-RC522 module and PIC32MZ2048ECM100.This is the module and theI'm tryint to read the version (0x37 register) to test SPI comunication. This is my coderfid.h#ifndef RFID_H
#define RFID_H
#define RFID_H
↧
↧
internal pull up not working on RB1 (xpicolo)
I'm trying to activate internal pull up on RB1 (pic32mz) but input level is zero.This pin is used for ICSP (PGC) but microcontroller sheet (errata) say nothig about this limitation.I'm wrong?..
↧
PIC32 DMA-SPI Unmapped Memory for "Throw away" buffers (pwgregory)
I am using a PIC32MX220F032B. I have a project where I will be transferring blocks of data to / from the SPI port with a SD card using DMA.I currently am using 2 DMA resources to write bytes from a buffer and read bytes back into the same buffer.The probl..
↧
PIC32MX SPI CLK ....... (nome)
Hello
We are using PIC32MX230F064B actully our pic32 conected with external SYS_CLK is 24mhz and also PBCLK = sys_clk /1 will be 24 mhz only ECPLL using Whenever i put into the value SPI1BRG = 255 i can get 136khz code works good as per our reqirment but..
↧
need to slow down the PIC32MZ Ethernet SMI clock? (Bruce Lavoie)
I'm working on a PIC32MZ2048EFG064 design with Harmony 1.08.01 and MPLab-x 3.35. I'm using the Ethernet MAC peripheral in RMII mode and SMI (mdio/mdc) bus is clocking at 25mhz which is way above the capabilities of my attached phy. I'm trying to slow down..
↧
↧
Whats your Opinio about Microchips Harmony (ats3788)
HelloI fiddle now for 6 month with Harmony and I would like to hear your thoughtsabout the Philosophy of Harmony..
↧
ADCHS PIC32MZ EF hardware suggestions (js590)
Hi all, I want to share with you this problem that happened to me recently. I have setup the ADC7 (the shared one) to do a scan conversion of 4 channels.All was working perfectly. BTW: this ADC is very good compared to EC chip family!However from time to ..
↧
Lithium polymer battery fuel gauge for dsPIC project (freeflyer76)
Can anyone recommend a solution to measure the battery charge of a lithium polymer battery pack (LP603048) 850mAh 3.7V. I am using a dsPIC33EP256MU806 for a battery powered portable application and would like to be able to show the charge of the battery. ..
↧