PIC virgin can't use PORTC (klyeff)
Hi guys, I've recently acquired a PIC32 Starter Kit (DM320001) and an Audio Development Board (DM320011), and I have no previous experience with pic programming.At the moment, I'm just trying to turn...
View ArticleHELP - Starter Kit Selection (Calixto)
In earlier days I rush into buying tools PIC32, which considered were:Crypto Engine Starter Kit - DM320006-C Multimedia Expansion Board - DM320005 Expansion Board - DM320002 Wall Mount Power Supply 9V...
View ArticleOutput compare used with open drain (aminos)
Hello, I'm using an output compare (OCx) but first I open the Open drain, my application is working without a problem. I want to be sure that if my application is working, is not because I'm lucky but...
View ArticlePASV FTP with genericTCPclient.c (lecat)
Hello to all I connect to the FTP server it's Ok I send the PASV command it'is Ok I calculate the new port: it 's Ok but I don 'unable to connect to the server with the new port: when I go into box...
View ArticlePWM and invert PWM (ChRiZ3dd)
Hello Everyone I need a hint. I am using a PWM at 20kHz with a resolution of 4096 Points. What I need to do now, is to build the invert of this PWM on a different IO-Pin. I am using now the PWM mode on...
View ArticleUsing extern in XC32? (Wavelength)
Gang,I have some kind of racing issue and I am trying to track it down. I think 2 threads are using the I2C at the same time. I have 3 devices on the I2C, 2 are used in the Audio setup and one is for...
View ArticleModbus CRC-16 with DMA (rgilliom)
Has anyone used the DMA based CRC to generate a Modbus CRC (CRC-16)? If someone has already done this, it would be nice to not have to reinvent the wheel. Thank you...
View ArticleIn LoadMBR , disk signature 0x55AA is reversed (avais20)
I am using MDD file system to access a compact flash. The LoadMBR(DISK *dsk) function is reading the signatures reversed.i.e BSec->Signature0 == FAT_GOOD_SIGN_1 BSec->Signature1 ==...
View ArticlePiC32MZ plib support? (Zamuel_a)
I have a project that I run on PIC32MX and I would like to move to the MZ family but since I use the plib.h functions alot I haven't done it yet. I saw something in the latest XC32 release (1.32) that...
View ArticleC++ PIC32 Processor Register Definitions? (Maximus4)
Invoking the xc32-g++ compiler for a .cpp file doesn't appear to be including the same register definitions as the standard C compiler (for example: p32mx695f512l.h) ..... and isn't able to use them...
View ArticleNeed help from someone with a PIC32MZ dev kit - IO Pin errata (Aiden.Morrison)
Hi there, Against my better judgement I am making a test board with the PIC32MZ. While the device errata are indeed troubling, my application seems to fit nicely between the problems, and would benefit...
View ArticleTrouble running PIC32MX450 above 80MHz (matthack)
I've been running my design with a PIC32MX450 at 80MHz and everything works well. I've been pushing the limits of the chip and wanted to run the chip faster since it's capable of 100MHz. I've got an...
View ArticleGeneral Exception, Reserved instruction.... (KamPutty)
Hi all, Well, still fighting my bootloader! I actually have the bootloader working and calling the app etc...all good. I now, too the "test app" and replaced it with my real app. The test app just...
View ArticleINT2/RE9 interrupt (Marc5)
Hi,in my project I want to set an external interrupt on INT2/RE9 pin. It is sufficient this code: ISR1(_EXTERNAL_2_VECTOR) { debug("Interrupt detected\r\n"); } void interrupt_start(void) { debug("INT...
View ArticleMPLAB X + HARMONY + PIC32MZ EMBEDDED CONNECTIVITY STARTER KIT (sbanisetty)
Hello,I have received my hardware today, I tried debugging a simple program in session 8 of harmony help document just to make sure that my debugger and the compiler are working fine. But I have...
View ArticleProblem using I2C1 together with OC1/OC2 PWM in PIC32MX120F032B and...
I'm trying to use PIC32MX120F032B or PIC32MX150F128B with two channels of PWM output (using OC1 and OC2 mapped to various output pins) and two different I2C busses (hopefully SDA/SCL 1 and 2). The...
View Articleipv6 pic32mx795F512L (joy.philipz)
Anybody implemented ipv6 stack with mx795? I am working on a custom board and want to implement ipv6 + SNPM V3, any guidance where to start with? Cheers Joy..
View ArticleAuto baud not working on PIC32MX470F (Duncan Drennan)
I'm migrating a product from the PIC32MX440F to the PIC32MX470F and I have not been able to successfully complete an auto baud on the PIC32MX470F. I have two sets of hardware, one with a PIC32MX470F...
View ArticlePIC32: Strange CANBus behaviour (dspazian)
Dears, I would like to kindly ask you an help on this issue. I'm developing an application that sends several canbus messages in bunch once it receive a canbus message that act as trigger. What I see...
View ArticlePIC32MZ EC Starter Kit -- Need example code (James Calusdian)
I am just getting started with MPLABX, XC32, Harmony and the PIC32 series of MCUs. I've managed to erase the demo program that was loaded in the PIC32MZ EC Starter Kit and I am unable to find the...
View Article