Hello All, After looking around for help on how to run a brushed motor with a PIC32, it seems I'm missing something called the QEI to connect with the encoder on the motor? Is there a similar plug-in or library for MPLAB X that could help me do this? I un..
↧
Running a Brushed DC Motor with PIC32MZ (mattdavis1131)
↧
Bootloader PIC32 AN1388 verify (Nejc.okorn)
I am using Harmony bootloader AN1388 for PIC32 and I build custom PC application written in nodejs to upgrade the device. I am able to do all the operations just like written in AN1388 documentation, but I am having a small problem when verifying a progra..
↧
↧
PIC32MX2xx UART EXAMPLES? (Ozenky)
Hello everyone! I'm new to this forum, and my native language is not english, so i apologize for any grammar errors i might do. I'm an electrical engineer and new to the pic32 world from like 3 to 4 months. I've learned all what's neccesary from I/O ports..
↧
PIC32MZ USB? (JMA_1)
Greetings,Has anyone used PIC32MZ2048EFG144 as a CDC USB device (or any type of device, not host)? If yes, please describe if you used one of the example demos as well as possible lessons learned / obstacles overcome. Thank you. Cheers,JMA_1..
↧
GLCD (T6963C) Help with differing font sizes (KTrenholm)
Hi all, I've got an issue with a T6963C LCD driver that I'm hoping someone who has worked with the chip before might have an answer to.For the project I'm working on I've got a PIC32 Starter Kit (PIC32MX570F512L) + I/O Expansion board connected to a 128x1..
↧
↧
PIC 32MZ DM32006 (vipermsq)
I have the PIC32MZ embedded Conectivity Starter Kit V2 and i couldn´t find any tutorial for harmony for this starter Kit , i tried to use the video where develop aproject from the scracht but when i go to the configurations register, they are some paramet..
↧
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..
↧
PIC 32MZ STARTER KIT HELP PLEASE (John H)
wow..
↧
Uart interrupt not working (Melchi)
Hello I'm trying to get the RX interrupt on Uart1 to work but I can't seem to get it to enter the ISR. I am turning on multi vector interrupts after the uart init:INTEnableSystemMultiVectoredInt();
INTEnableInterrupts(); Also as soon as I try setting the..
↧
↧
PIC32MX470 I2C READ problem (Klema)
Hello, i write data to MM7150 via I2C but i can't read data. When I set RCEN my PIC don't trigger clock line.I add picture from osciloscope. Green line is SCL, yellow SDA. My program i divide in few simple step:- start cond.- write address with write byte..
↧
ENC28J60 (btb900)
I know you connect with the ENC28J60 over SPI and I have my SPI set up :SpiChnOpen(1, SPI_CON_MSTEN | SPI_CON_MODE8 | SPI_CON_ON, BRG);
OpenSPI1( MASTER_ENABLE_ON|SPI_MODE32_ON,SPI_ENABLE);but what do you send to it?like If I want it to sent out a set of..
↧
PIX32MZ DMA issues when destination is the PWM module (drloakes)
Hi, Im having issues with the harmony DMA example, it works fine if the desitinaton is LATH but as soon as i change it to OC5R the DMA doesnt run. Im running OC5 as a PWM module with TMR3 as the timebase clock as this works fine, im trying to drive a WB28..
↧
PIC32MZ2048EFH100 Interrupts doesn't works? (js590)
Hi, I'm trying to port my project that perfectly works on PIC32MZ2048ECG100 to the new EF family.I had many compile problems because was using PLIB.Now i have found some work-around and I compile and load... but I have problems having my interrupt handler..
↧
↧
Harmony Bootloader PIC32MZ Help (microtech7)
I am trying to use the Harmony bootloader AN1388 for a PIC32MZ1024EFF100. I used the usbdevice_pic32mz_ef_sk configuration and tried running the bootloader on my board. It states that my Target Device ID doesn't match the expected Device ID. If possible, ..
↧
PIC32MZ2048EFH100 rev A1 FPU not working (js590)
I have found that using xc32 v1.42 with FPU enabled (the default) doesn't calculate properly the square root of a number.Seems that also other functions like floor doesn't calculate well... but i need to deeply verify this... I have taken from the net a v..
↧
General PIC32 Bootloader Questions. (NKurzman)
I am trying to Get my App to run with the Harmony Bootloader.The Documentation is zero.And the Sample App is even letting me down. So the Reset Vector is at 0xBFC00000So I need to Move That to 0x9D000000 ( Or does it need to be Higher? 0x9D010000?) Sodefa..
↧
PIC32MZ--EFH vs EFM (mrpackethead)
Whats the difference between EFH and EFM parts. I noticed that when moving to Harmony 1.08, that all the example apps for the EC Starter kit now use EFH, and the starter kits have EFM chips.. Foruantly it seems you just have to change the IC type and it r..
↧
↧
EBI Ready (EBIRDYx) pins and Chip Select (EBICSx) pins association (uaz)
Hi, PIC32MZ has 4 chip select pins (EBICS0-EBICS3) but only 3 Ready pins (EBIRDY1-EBIRDY3).Does this mean that if we are using EBICS0, we don't have any EBIRDY pin available? An example in figure 47-5 of page 15 of the reference manual shows that EBICS0 i..
↧
PIC32MZ PCM Slave - Data Out sync issue (ChipsAndBits)
Configured a PIC32MZ as a PCM (SPI2CON2bits.AUDMOD = 0b11) Slave. When the PIC sends out data on PCM_OUT it is not synchronized with the PCM_SYNC line. The 16-bit data is randomly transferred in reference to the one-clock SYNC pulse which is supplied by a..
↧
MAL version for PIC32MX USB (kurtclark)
What version of MAL do I have to use for USB CDC on the PIC32MX or is Harmony the only option. I ask this because I don't see PIC32 specific USB code in the MAL they have probably shifted to Harmony...
↧