Programming is not. PICkit 3 reports:Target Device ID (00000000) does not match expected Device ID (1f794000)...
↧
PicKit3 and PIC24EP256GP202 (sashaoff3)
↧
SD card durability with MLA File I/O library (giuseppe83)
I see microchip library for File I/0 management on flash card. The libraries manage FAT16 and FAT32. The intense use of write erase operations on standard SD cards destroy these very quickly. This is a problem for example, on fast data logger applications..
↧
↧
PIC24 gated timer not working (sabia)
Hi, I've got my PIC24FJ1024GB606 running on a simple Olimex test board. It only has decoupling caps and a switch. Running internal 8MHz oscillator. The switch is connected to RD8, which is also what I want to use as gate signal for now. I have all the pin..
↧
USB Audio device - microphone multi channel (Grobatt)
Hi everyone, I'm trying to code an Audio device which is basically a multichannel microphone.I have 4 sound sources that I would like to send on different channel, using the generic USB driver. I'm using a PIC24FJ256DA210 demo board and the USB audio devi..
↧
Strange FCW comment in datasheet for PIC24FJ128 (hangikjot)
Hi allI came across something today in the datsheet for PIC24FJ128GC (DS30009312C-page 403) that confused me.In the section on Flash Configuration Bits (34.1.1) there is a note warning people not to erase the last page of program memory, as that would cle..
↧
↧
pic24 using interrupt (gatocap)
Hi everyone, I am programing my pic24 and have a question, I am using as ISR to trigger a shift of direction on a servo which has micro switches at full extention, full. retraction, and middle positions. My ISR is pretty good for getting my servo commands..
↧
Pic24fv32ka304 Reading (boss151)
Hello. Please help me with Reading pic24fv32ka304. I dont know that device is secured. Can i damage mcu in reading process. On board are are reading pads without Vdd. I must connect it, or when mcu is powerd from board i dont connect vss and vdd. Best rgs..
↧
PIC24FJ128GC010 SPI communication with AMS AS5055A magnetic rotary encoder (jhc)
I've been trying various things to get this working and I'm just not getting anywhere. I've tried every possible combination of CKE, CKP, SMP, primary prescaler, and secondary prescalar (literally: I wrote code to iterate through all possible combinations..
↧
Configuration for PPS (GAMBOL)
In the datasheet , it suggests that unused peripherals should have their inputs assigned to an unused RPn/RPIn pin
function.But I don't quit understand it. For example,the pin no.48 of PIC24FJ256DA106 has functions of SOSCO/SCLKI/T1CK/C31INC/RPI37/CN0/RC..
↧
↧
25LC104+PIC24FJ256GA106 (MjoelM)
Good afternoon,
I have a problem to set the eeprom 25lc1024 , with PIC24FJ256Ga106 , already I tried everything , but not condigo write or read. I leave my code , so I can help ,..
↧
PPS configuration issue (Salvatore)
PPS Configuration: Hi all, I have a digital pin configurated as Uart TX at the beginning of my main .c as follow: PPSOutput(PPS_U2TX,PPS_RP16); //TX UART2 RF3 OUT_PIN_PPS_RP16=OUT_FN_PPS_U4TX; if at a certain point in my program I want to manage it as a d..
↧
PPS configuration issue (pvhnexsys)
AD1PCFG For PIC24F04KA201 family AD1PCFG: a/D port configuration register - bit 12-10
PCFG<12:10>: Analog Input Pin Configuration Control bits
1 = Pin for corresponding analog channel is configured in Digital mode; I/O port read enabled
0 = Pin configu..
↧
Implementing One-Shot functionality using OCx in triggered mode with PIC24EP series MCU (AZ1101)
One of the growing area of PIC MCUs is the control modules for remote control (RC) drones like quadrocopters. In these applications MCU is being used to control model’s motors by generating control signals for Electronic Speed Controllers (ESCs). ESCs are..
↧
↧
What is the maximum SPI clock for PIC24FJ256GB406 ? (rodims)
I have a PIC24FJ106 device, which uses PLL for FOsc = 32 MHz, Fcy = 16 MHz. With the GB106 device I can verify that it is possible to use 16 MHz as SPI-clock (setting prescalers to 1:1). The GB406 uses the same hardware, only the PIC is different. Up to n..
↧
32 bit timer in pic24f (Maurya)
hi , I am trying to use 32 bit timer (2-3) in pic24fj128ga310, with Fosc = 8 MHz. Below is my code which is not giving me 10 sec delay"void Timer32_Init(){T2CON = 0x00; //Stops any 16/32-bit Timer2 operation
T3CON = 0x00; //Stops any 16-bit Timer3 operat..
↧
Conditional in .gld file (Pechkin80)
I have a problem with XC16 compilier v 1.26Conditional expressions in linker script doesn't work.I got error comiliation while i tried to compile my project.OUTPUT:make -f nbproject/Makefile-default.mk SUBPROJECTS= .build-conf
make: Entering directory 'C..
↧
Format USB Thumb drive (LeeZimme)
I want to format USB thumb drive using the pic24fj256gb110 I was cheating before and just erasing all files in the root directory. Which was good enough at the time but now I need to do a proper format. New disks aren't formatted correctly and bogus files..
↧
↧
PIC24FJ256GB106: Unable to write to flash memory from second time (sravanthi)
I am trying to write to the flash of PIC24FJ256GB106. I am able to successfully write to the flash the first time but I am unable to write to flash from the second time. I tried the following combinations for NVCOM register NVMOP<3:0>:NVM Operation Select..
↧
PIC24FJ256GA110 UART with DMA (tuxx)
Hello, first of al i searched now for hours for a simple UART/DMA example source, it seems that there is no documentation at all.PIC24F FRM Section 54. Shows some easy examples for DMA Transfers from memory to Memory, but does not mention UART. I tried to..
↧
how to use I2C MCC generated drivers for PIC24FJ64GA (davea)
I have searched for any C code examples, all I can find are ASMif you know of any please post a linkI want use this driver with 7 and 10 bit addressingand need to know when completed void I2C2_MasterWrite(
uint8_t *pdata,
uint8_t length,
..
uint8_t *pdata,
uint8_t length,
..
↧