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...
View ArticleCompiling 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...
View ArticleQuestion on Declaring Unions and Structures of Bit Fields and Debugging in...
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...
View ArticleHow 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...
View ArticleCan 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...
View ArticleDSPIC30F2010 (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...
View Articleplacing 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...
View ArticlePlacing 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...
View ArticleError: 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...
View ArticleCreating 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...
View ArticleDALI 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)...
View ArticleHalf 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...
View ArticleHow 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...
View ArticleCompiling 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...
View ArticleDALI 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...
View ArticleNeed help downloading c30 compiler (lvarpilah)
Hello,How can download the c30 compiler?..
View ArticleEnabling large-arrays in C30 3.31 causes linker to fail, missing malloc &...
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...
View ArticlePIC24FJ128GA006 : 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...
View Articledsp library on pic24 (seyyah)
Can we use dsp library with pic24? I particularly need fft library. How can i achieve this? Thanks...
View ArticlePWM 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...
View Article