Flash Assembler (cannonexpert)
Can someone tell me why my code is not working?The programm Memory is still 0xFFFFFmost parts of the code i took from section 5 dspic33f..
View ArticleData section in assembly in MPLAB 8.92 for 16bit MCU (VictorM)
Hi Before you read the rest, yes I have checked online and in the manuals extensively. And no, I don't want to program this in C. Target device: PIC24FV32KA301 The issue I'm having is that I can't seem...
View Article"Error: can't open os_cpu_util_a.s for reading" (mad.scientist)
Hi, I am trying to get the uC/OS-II RTOS port for the PIC24 working for a project for school. I am trying to use the PIC24FJ256DA206 microcontroller. When I compile the port files that were downloaded...
View Articlehelp me to start learning about mixing c&asm (omerzora)
Hi all, In my project (dspic33ep512mu810, mplab non-X, c30 v3.31), timing is very important to me so i wrote adc interrupt in assembler. At the end of the interrupt, i set the timer 6 int flag by...
View ArticleC30 vs XC16, what is the difference???? (BobAGI)
I am reinstalling everything following a laptop crash. I used to have: MPLAB 8.84 MPLABX 1.10 C30 v3.31 EmBlocks IDE v1.30 Now I found that it looks like MPLABX requires a new toolchain for PIC24, the...
View ArticleQUERRY IN SELECTION OF 100 PIN 6 UART , 24FJ CONTROLLER (rupesh9371)
Dear sir ,we have one project in which we require 6 UART .So we are planning to use 100 pin controller .100 pin controller available in market is PIC24FJXXXGB610This controller contains 6 UART ,When i...
View Articlepic30-lm stopping each compiling with v3.31 (phileinstein)
pic30-lm with v3.31 has a bug. When compiling, showing "Microsoft Windows" dialog with "pic30-lm.exe has stopped." And then MPLAB IDE "Build Output" show followings. pic30-coff-cc1.exe: warning:...
View ArticleUSING INTERNAL EEPROM available on PIC24FJ (rupesh9371)
Hi all !!i want to use internal data eeprom available on pic24fj can anybody provide me some example code or any document containing procedure to do the same in c language also i wanted to know that...
View Articlec30 or asm30 debug&release mode problem (omerzora)
Hi all, i have a very unique problem with c30 or asm30 compiler. Here is what i face, I have a working c30, dspic33ep512mu810, mplab ide, program that is used to drive pwm, getting adc, uart, can etc....
View Articlestdio read and write functions - how to handle errors XC16 & PIC24FJ (keirstitt)
I'm working with the stdio functions using the XC16 compiler. I've read the Language Tool Libraries, it would be nice if somebody gave us some C code so we can understand how these libraries work! My...
View ArticledsPIC33 Linker file modification (jolofman)
Hi everybody I'm using the dspic33fj256GP710 microcontroller and i try to develop a bootloader, but i'm experiencing problem to personalize my linker file. Especially how to remap the interrupt vector...
View ArticleC30 attributes and built-in library functions (mshakirshahid)
I am using C30 v3.30 to code for PIC24FJ64GB004. I have declared a function portdata() as follows so that it gets located at address 0x400 in program memory. And, it works. void...
View ArticleWhere to download MPLab C30 V3.31 Compiler? (lukelspencer)
Does anyone have a source for the C30 v3.31 compiler? I have moved my version of MPLab IDE v8.92 to a new PC. I have installed using the MPLAB CD but is v3.10. The previous thread( ) had a link to the...
View Articleissue in RECEIVING MORE THAN 1 STRINGS USING UART PIC 24FJ (rupesh9371)
Hello every one !!!i am working on a project in which we have on testing instrument which performs the application testing and gives the result of testing data on serial port ,this data contains...
View ArticleExtended glyphs (bala140590)
Currently, i'm using GRC v3.01 and PIC24F in my project. To display Arabic and chinese characters i have to use mutibyte characters with an extended glyphs. Does any one know how to create the extended...
View ArticleLCD KS0108 dspic33fj32mc204 (jonas_katir)
what are the equivalent functions of Lcd_clear on C30 compilator..
View Articleinternal eeprom is not read/write data in dsPIC30F6012A (Iyyappan)
hi i am using C30 compiler.while writing there is no problem.but when i am reading from internal eeprom,my controller automatically runs from the beginning(restart).please help me out with this...
View ArticleOptimization kills while-loop counters (soundscu)
I have been working on a very large project that is pushing a dsPIC3333FJ128MC804 to it's limits. I'm using C30 v3.31, developing with MPLAB 8. One feature that demands a lot of processing power...
View ArticleTO STORE XCHAR STRINGS IN PROGRAM MEMORY RATHER THAN DATA MEMORY (roy at...
HI I want to store the strings in program memory rather than at the present data memory. The data memory is almost full so can I store it rather in program code memory ?..
View ArticleC30 Conditional linker scripts, adding model-specific libraries (mws)
Hi!I would like to make conditional linker script like: #ifdef __dsPIC33EP512MU814 INPUT(my33EP814lib) #endif #ifdef __dsPIC33EP512MC806 INPUT(my33EP806lib) #endif #ifdef __dsPIC33FJ128MC706...
View Article