Hi all, Any news on when Harmony 3 will support PIC32MZ EF in non-Beta Release mode? Thanks..
↧
PIC32MZ EF and Harmony 3: When will this be out (not "Beta Release")? (RodoPIC)
↧
Suggestions for the next release of MPLAB® Code Configurator (florin.matei)
This thread is dedicated to gathering suggestions related to what features could be improved or added in the next release of MCC. Please try to provide some arguments for your suggestions as they will help when proposing the idea to the team. Providing ar..
↧
↧
dsPIC33 DMA SPI problem (MateuszPaczynski)
Dear All, I tried to implement a simple program to learn how to use a DMA feature. I planned to send data to DMA, and I hoped that DMA will automatically send data to the SPI buffer. Firstly, I have checked an SPI functionality. It was sending data to the..
↧
RN4871 fixture for programming (slach)
Does anyone sell or have made a fixture to hold an RN4871 for programming? These modules are pretty finicky and easily bricked and I'd like to get them programmed before soldering to a PCB (which just doesn't have room to expose all the pins, particularly..
↧
How should “tcpip_tcp_client_server” be modified for getting JST? (yts)
My board (homemade) : PIC32MZ2048EFM064-I/PT + LAN8740Ai
Environment for developing firmware: Harmony 2.06, MPLAB X 5.15, XC32 2.15.
JST (Japanese standard time) is obtained with Firefox or Internet Explorer when you visit the website http://ntp-a1.ni..
↧
↧
New user / moderator approval (Cypress)
I have tried to several times to post questions over the last two days. My questions concern timer interrupts in assembly using the PIC24 microcontroller family. My attempted posts conform to the forum rules, but they have not been approved by moderators...
↧
dsPIC33CK Fcy Frequency (bhave)
I am evaluating the dsPIC33CK256MP506 and have been trying to obtain the 100MHz Fcy that is advertised for the MCU using the FRC oscillator. I have it configured to start up using the FRC, then switch to the FRC with PLL. The MCU works fantastic at 90MHz ..
↧
CAN Bootloader (ASICAlex)
I am needing a CAN bootloader for my dsPIC33EP256MU806. I am fairly new to dsPICs (and PICs in general), but looks like the dsPIC33EP does not have any bootloader in its flash "from the factory". Instead of trying to figure out how to create some code wit..
↧
ADC on dsPIC33CK: pseudo-differential or 2 cores (u741)
Hello; I'm interested in using the pseudo-differential ADC feature for a dsPIC33CK, as I need to measure an AC signal which has a "stable" reference ground at half of the Vdd. 1) In application note 70005213 (ADC), page 41, it says that for pseudo-differe..
↧
↧
Problem with USART Error Interrupt All The Time (twelve12pm)
I'm having a problem that appears to be the USART error interrupt happening non-stop, not allowing the rest of the program to execute. I'm using Harmony 2.01b on PIC32MZ2048EFG144. I'm using USART driver, DYNAMIC implementation, interrupt mode, byte model..
↧
Please bring back ability to print pin maps (scrungy)
In earlier versions of MCC, you could print the package view, and the grid view. That disappeared and has not come back.It is pretty crucial to be able to do that.Even better would be able to also generate a CSV file for the pin modulemodule,chip pin numb..
↧
MHC use in MPLAB Harmony (MikeinAZ)
Several recent posts have indicated there is some confusion on the MPLAB Harmony Configurator (MHC) version to be used, or which version you may be on. This will hopefully add some clarity. MHC needs to align to your current version of MPLAB Harmony. It m..
↧
FatFs library for sd card interace with PIC24FJ128GA010 (yo123)
hi,i want to interface sd card with PIC24FJ128GA010 using FatFs library. i search some tutorial on google and i found that it is easy to configure SPI using MCC. below function is generated using MCCclock=> FRC with FCY=8MHzSPI1=>SPI1_Initialzation() //12..
↧
↧
%UnknownDevice% status message after rebooting RN4871 (y shivaji)
hi every one, I working with RN4871, after some days work while rebooting RN4871 I'm getting a status message like %Unknowndevice%, and also device MAC address lost. when I give the command "D", I'm getting the BTA = 000000000000. so how can I get the MAC..
↧
xc32-as: assembler namespace requirement for include files and global access (bastl)
I recognized that there is a real big problem with labels in this assembler:There is no namespace functionality in xc32-as.At the moment, if this is true, xc32-as is nearly unusable.If you have hundred of include files, each include file should have its o..
↧
IFS0bits.T1IF does not clear (ranc80)
hi, i am trying to clear IFS0bits.T1IF and from the watch window it seems it does not and i am not sure why. i also tried to use mT1ClearIntFlag(); but still nothing! this is the first time i am using PIC32 timers (PIC32MX110F016B). besides this problem e..
↧
Suspicious warning "arithmetic overflow in constant expression" (bupjae)
Compiler: XC8 v2.05Target: PIC16F15324Compiler option: -xassembler-with-cpp -Wa,-a -O3 -fasmfile -maddrqual=ignore
Linker option: -Wl,--data-init -mno-keep-startup -mno-osccal -mno-resetbits -mno-save-resetbits -mno-download -mno-stackcall -fno-short-dou..
↧
↧
Strange problems with EEPROM code with 47K42 [SOLVED] (danw)
The code is almost a straight copy from the sample code in the datasheet. EEPROM code and data protections are off in config. Including below are my byte read and write routines. Well, to clarify, eeaddr_t is a union of an integer and a pointer to an arra..
↧
(v1.45) Switch, duplicated case workflow (acharnley)
Hi,
For the following switch code, I have several case between MCU_PROGRAM_MOTIONLESS ... MCU_PROGRAM_MOTION_ACTIVE
And I have a common bit of code inserted in the first case which targets all of them. On compliation XC8 complains:
error: (695) d..
↧
Go To Declaration / Definition in MPLAB v4.01 (Ryan_NM)
I recently updated my MPLAB to v4.01. The functionality to get to a function or definition by highlighting it and right clicking Navigate -> Go To declaration / definition or go to Implementation is now just beeps at me and doesn't take me anywhere. The F..
↧