I am using Curiosity microchip development board with PIC16F18326 MCU, I have two microchip development one is Curiosity microchip development board with PIC16F18326 MCU and another is PIC DEMO plus with PIC16F1937 MCU, I am trying to archive I need to se..
↧
How to transmit and receive a data through single GPIO pin? (Vikranth)
↧
Compiling files directly in a build versus linking to a library (larrycook99)
I have a C30 project that I have been using FreeRTOS which has been built separately as a *.a library file and then linked into the project. I am in the process of converting that project to XC16 and MPLABX and decided to build the FreeRTOS files along wi..
↧
↧
Question on Declaring Unions and Structures of Bit Fields and Debugging in IDE v8.86 (Fred E)
I have a fairly large project which is using MPLab IDE 8.86 and the dsPIC 6014A using the C30 compiler. I have declared a union containing bit-lengthed fields so that I can refer to boolean bits with named fields. My union is declared similar to the PORTx..
↧
How to remove the licence warning (PicFan41)
When I build for each file of my project I have this warning :
Microchip MPLAB C30 License Manager Version v3_02 (Build Date Nov 9 2007).
Copyright (c) 2005 Microchip Technology Inc. All rights reserved.
The MPLAB C30 license is invalid.
pic30-coff-..
↧
Can I put _LATC14=_RB14; acceptably? (Spottymaldoon)
Is the use of "_LATC14=_RB14;//repeating CS" in the following snippet OK? while(1)
{
if(_RB10)//Enable from 32MX
{
_LATB11=1;B1;//send "ready" to 32MX LED on
_LATC14=_RB14;//repeating CS
}
else {_LATB11=0;B1OFF;}/..
{
if(_RB10)//Enable from 32MX
{
_LATB11=1;B1;//send "ready" to 32MX LED on
_LATC14=_RB14;//repeating CS
}
else {_LATB11=0;B1OFF;}/..
↧
↧
DSPIC30F2010 (HARI 123)
PLEASE ANYONE HELP ME FOR THE PROGRAM FOR LCD IN 4BIT MODE INTERFACING WITH DSPIC30F2010.AM USING C30 COMPILER AND MPLAB IDE.I WROTE PROGRAM SUCCESSFULLY BUT I CAN'T GET OUTPUT IN BREADBOARD.HERE IS MY CODE#include "p30f2010.h"
#include "libpic30.h"
#in..
↧
placing object files at specific address (rinke)
Hello community, firstly what i am using:
dsPIC33EP512MU810
MPLAB 8.92
MPLABC30, V3.30 The problem:
i want to place two object files at the adress 0x0800, then have a gap until 0x1000 an place all the other code from there.
the original linker script..
↧
Placing library file at specific address (aodhanc)
My setup:PIC24FJ10246A10MPLABX v4.01XC16 v1.33 The problem:I am trying to place a library (ezbl_lib.a) at a specific location in flash 0x100. I want to do this so that the library resides in low memory. Using the default linker file "p24FJ1024GA610.gld", ..
↧
Error: processor ID not specified in generic header file (karan123)
Hello,
How I sort out following Errors?in MPLAB C30
In file included from PSV.c:2:
C:/Program Files/Microchip/MPLAB C30/support/PIC24H/h/p24Hxxxx.h:170:2: error: #error -- processor ID not specified in generic header file
PSV.c:6: error: syntax er..
↧
↧
Creating Read/Write Parameters for UART (neunited)
Hello there, I wish to read and write parameters using UART for my dsPIC30F3010 to obtain values of particular ints, floats which were declared in my program. I am beginner level and I wanted to understand whether I need to programmatically assign these v..
↧
DALI timing failure DALI Stack for PIC16F788 (nopodige)
Hi all, We have ported the DALI stack code to PIC16F1788. We are currently facing the below issue. We would like to tweek the DALI stack and correct the DALI timings. Please guide us. Issues are : 1) Stop: Condition: Stop Condition after First Half Bit: 2..
↧
Half Duplex software UART(bit banging) using single gpio pin? (Vikranth)
I am using Curiosity microchip development board with PIC16F18326 MCU, I am trying to write software bit-banging half-duplex using single GPIO pin, using single gpio pin I need to Tx and Rx. Please help me to this. Before that, I tried software bit-bangin..
↧
How to transmit and receive a data through single GPIO pin? (Vikranth)
I am using Curiosity microchip development board with PIC16F18326 MCU, I have two microchip development one is Curiosity microchip development board with PIC16F18326 MCU and another is PIC DEMO plus with PIC16F1937 MCU, I am trying to archive I need to se..
↧
↧
Compiling files directly in a build versus linking to a library (larrycook99)
I have a C30 project that I have been using FreeRTOS which has been built separately as a *.a library file and then linked into the project. I am in the process of converting that project to XC16 and MPLABX and decided to build the FreeRTOS files along wi..
↧
DALI Master communication protocol. (Vikranth)
Hi guys, I am new for DALI now I need to implement DALI master protocol in my orange pi zero board, anyone having any idea or suggestion of Hardware requirements for this? Thanks...
↧
Need help downloading c30 compiler (lvarpilah)
Hello,How can download the c30 compiler?..
↧
Enabling large-arrays in C30 3.31 causes linker to fail, missing malloc & free functions (CinziaG)
Kinda curious I am trying (for the first time) Graphics library as per 2013 on a PIC24FJ256DA210; project compiles but needs a 38 or 76KB array (320x240x4 or 8).Following advices on the forum, I set the large-arrays option, but then linker step fails 'cau..
↧
↧
PIC24FJ128GA006 : Undefined reference to main (SNTT)
Urgent!!! Help!!! I am new to PIC24, using MPLAB8.10 with Microchip C30 Toolsuite Microchip ASM30 Assembler (pic30-as.exe) to build my assembly source code, but Build failed... c:/program files/microchip/mplab c30/bin/bin/../../lib\libpic30-coff.a(crt0_st..
↧
dsp library on pic24 (seyyah)
Can we use dsp library with pic24? I particularly need fft library. How can i achieve this? Thanks...
↧
PWM Timer count confusion! (Abdul_Wahid)
Hope every one will be fine.I am confused while generating PWM.I am using MPLABX V3.65, XC compiler v1.31, simulator and dsPIC30F2010center aligned mode. I expect thatPORTE should change its state and when PDC2 value is matched with PTMR.butPORTE changes ..
↧