Hello Benj
Next day to buy a license for dsPIC and PIC24 for my and I need your Projects Connection Window in 8 bit LCD.
I-I need a better response from the LCD
How can I fix this?
Must produce a component for custom lcd 8bit, but how?
I really need this thing, there is this possibility?
help,audio spectrum analyzer
Moderator: Benj
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: help,audio spectrum analyzer
Hello,
I'm afraid my hands are currently tied due to changes in management. It's on the list and hopefully will get approved by a manager as soon as possible so you can proceed.
Out of interest why can't you use the 4-bit data mode with your LCD?
I'm afraid my hands are currently tied due to changes in management. It's on the list and hopefully will get approved by a manager as soon as possible so you can proceed.
Out of interest why can't you use the 4-bit data mode with your LCD?
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Re: help,audio spectrum analyzer
welcome
I try to compile your software with Mr. Kersing changed, but there are more error.
Please help me compile this software
Below errors at compile
Target folder: C:\Users\sonic11\Desktop\NE3655~1\FFTDET~1\NEWFOL~1
Source name: C:\Users\sonic11\Desktop\New folder (7)\fft detect\New folder\FFT Frequency Detection on the dsPIC_v6.fcfx
Title:
Description:
Device: PIC16.30F.30F4013
Generated by: Flowcode v6.0.4.0
Date: Saturday, March 01, 2014 09:21:10
Users: 0
Registered to: 14891962
Licence key: V8Y5V7
NOT FOR COMMERCIAL USE
http://www.matrixmultimedia.com
Launching the compiler...
C:\Program Files\Flowcode 6\compilers\pic16\batchfiles\pic16_C30_comp.bat "FFT Frequency Detection on the dsPIC_v6" "C:\Users\sonic11\Desktop\NE3655~1\FFTDET~1\NEWFOL~1\" "30F4013"
Launching compiler...
C:\Users\sonic11\Desktop\NE3655~1\FFTDET~1\NEWFOL~1>pic30-gcc -c -mcpu="30F4013" -funsigned-char -fno-short-double -Os -I"C:\PROGRA~1\FLOWCO~1\COMPIL~1\pic16\BATCHF~1\..\support\h" -I"C:\PROGRA~1\FLOWCO~1\COMPIL~1\pic16\BATCHF~1\..\MX_support" -Wall -std=gnu99 "FFT Frequency Detection on the dsPIC_v6".c -o "FFT Frequency Detection on the dsPIC_v6".o
FFT Frequency Detection on the dsPIC_v6.c:248: warning: space(dma) not supported on this target, ignoring
FFT Frequency Detection on the dsPIC_v6.c:249: warning: space(dma) not supported on this target, ignoring
FFT Frequency Detection on the dsPIC_v6.c: In function 'FCM_StartADC':
FFT Frequency Detection on the dsPIC_v6.c:556: error: 'IFS3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:556: error: (Each undeclared identifier is reported only once
FFT Frequency Detection on the dsPIC_v6.c:556: error: for each function it appears in.)
FFT Frequency Detection on the dsPIC_v6.c:557: error: 'IEC3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:558: error: 'DMA5CONbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:561: error: 'AD1CON1bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c: In function 'FCM_InitADC':
FFT Frequency Detection on the dsPIC_v6.c:613: error: 'AD1CON1bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:617: error: 'AD1CON2bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:619: error: 'AD1CON3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:624: error: 'AD1CHS0bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:627: error: 'AD1CHS123bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:631: error: 'AD1CSSL' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:634: error: 'AD1PCFGL' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:635: error: 'AD1PCFGLbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:650: error: 'DMA5CONbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:652: error: 'DMA5PAD' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:652: error: 'ADC1BUF0' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:653: error: 'DMA5CNT' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:654: error: 'DMA5REQ' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:656: error: 'DMA5STA' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:657: error: 'DMA5STB' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:663: error: 'IFS3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:664: error: 'IEC3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:672: error: 'AD1CON4bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:674: error: 'IFS0BITS' has no member named 'AD1IF'
FFT Frequency Detection on the dsPIC_v6.c:675: error: 'IEC0BITS' has no member named 'AD1IE'
FFT Frequency Detection on the dsPIC_v6.c: In function 'ProcessSamples':
FFT Frequency Detection on the dsPIC_v6.c:726: warning: 'main' is normally a non-static function
FFT Frequency Detection on the dsPIC_v6.c: In function 'main':
FFT Frequency Detection on the dsPIC_v6.c:736: error: 'CLKDIVbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:737: error: 'PLLFBDbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c: In function '_DMA5Interrupt':
FFT Frequency Detection on the dsPIC_v6.c:849: error: 'AD1CON1bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:850: error: 'DMA5CONbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:859: error: 'IFS3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c: In function 'ProcessSamples':
FFT Frequency Detection on the dsPIC_v6.c:860: error: syntax error at end of input
FFT Frequency Detection on the dsPIC_v6.c: At top level:
FFT Frequency Detection on the dsPIC_v6.c:860: warning: Invalid interrupt vector names for device '30F4013' are:
_DMA5Interrupt
Error returned from [pic30-gcc.exe]
.
Completed compilation, return = 1
C:\Program Files\Flowcode 6\compilers\pic16\batchfiles\pic16_C30_comp.bat reported error code 1
FINISHED
I try to compile your software with Mr. Kersing changed, but there are more error.
Please help me compile this software
Below errors at compile
Target folder: C:\Users\sonic11\Desktop\NE3655~1\FFTDET~1\NEWFOL~1
Source name: C:\Users\sonic11\Desktop\New folder (7)\fft detect\New folder\FFT Frequency Detection on the dsPIC_v6.fcfx
Title:
Description:
Device: PIC16.30F.30F4013
Generated by: Flowcode v6.0.4.0
Date: Saturday, March 01, 2014 09:21:10
Users: 0
Registered to: 14891962
Licence key: V8Y5V7
NOT FOR COMMERCIAL USE
http://www.matrixmultimedia.com
Launching the compiler...
C:\Program Files\Flowcode 6\compilers\pic16\batchfiles\pic16_C30_comp.bat "FFT Frequency Detection on the dsPIC_v6" "C:\Users\sonic11\Desktop\NE3655~1\FFTDET~1\NEWFOL~1\" "30F4013"
Launching compiler...
C:\Users\sonic11\Desktop\NE3655~1\FFTDET~1\NEWFOL~1>pic30-gcc -c -mcpu="30F4013" -funsigned-char -fno-short-double -Os -I"C:\PROGRA~1\FLOWCO~1\COMPIL~1\pic16\BATCHF~1\..\support\h" -I"C:\PROGRA~1\FLOWCO~1\COMPIL~1\pic16\BATCHF~1\..\MX_support" -Wall -std=gnu99 "FFT Frequency Detection on the dsPIC_v6".c -o "FFT Frequency Detection on the dsPIC_v6".o
FFT Frequency Detection on the dsPIC_v6.c:248: warning: space(dma) not supported on this target, ignoring
FFT Frequency Detection on the dsPIC_v6.c:249: warning: space(dma) not supported on this target, ignoring
FFT Frequency Detection on the dsPIC_v6.c: In function 'FCM_StartADC':
FFT Frequency Detection on the dsPIC_v6.c:556: error: 'IFS3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:556: error: (Each undeclared identifier is reported only once
FFT Frequency Detection on the dsPIC_v6.c:556: error: for each function it appears in.)
FFT Frequency Detection on the dsPIC_v6.c:557: error: 'IEC3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:558: error: 'DMA5CONbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:561: error: 'AD1CON1bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c: In function 'FCM_InitADC':
FFT Frequency Detection on the dsPIC_v6.c:613: error: 'AD1CON1bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:617: error: 'AD1CON2bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:619: error: 'AD1CON3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:624: error: 'AD1CHS0bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:627: error: 'AD1CHS123bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:631: error: 'AD1CSSL' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:634: error: 'AD1PCFGL' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:635: error: 'AD1PCFGLbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:650: error: 'DMA5CONbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:652: error: 'DMA5PAD' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:652: error: 'ADC1BUF0' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:653: error: 'DMA5CNT' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:654: error: 'DMA5REQ' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:656: error: 'DMA5STA' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:657: error: 'DMA5STB' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:663: error: 'IFS3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:664: error: 'IEC3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:672: error: 'AD1CON4bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:674: error: 'IFS0BITS' has no member named 'AD1IF'
FFT Frequency Detection on the dsPIC_v6.c:675: error: 'IEC0BITS' has no member named 'AD1IE'
FFT Frequency Detection on the dsPIC_v6.c: In function 'ProcessSamples':
FFT Frequency Detection on the dsPIC_v6.c:726: warning: 'main' is normally a non-static function
FFT Frequency Detection on the dsPIC_v6.c: In function 'main':
FFT Frequency Detection on the dsPIC_v6.c:736: error: 'CLKDIVbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:737: error: 'PLLFBDbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c: In function '_DMA5Interrupt':
FFT Frequency Detection on the dsPIC_v6.c:849: error: 'AD1CON1bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:850: error: 'DMA5CONbits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c:859: error: 'IFS3bits' undeclared (first use in this function)
FFT Frequency Detection on the dsPIC_v6.c: In function 'ProcessSamples':
FFT Frequency Detection on the dsPIC_v6.c:860: error: syntax error at end of input
FFT Frequency Detection on the dsPIC_v6.c: At top level:
FFT Frequency Detection on the dsPIC_v6.c:860: warning: Invalid interrupt vector names for device '30F4013' are:
_DMA5Interrupt
Error returned from [pic30-gcc.exe]
.
Completed compilation, return = 1
C:\Program Files\Flowcode 6\compilers\pic16\batchfiles\pic16_C30_comp.bat reported error code 1
FINISHED
- Attachments
-
- FFT Frequency Detection on the dsPIC_v6.fcfx
- (14.95 KiB) Downloaded 224 times
- Benj
- Matrix Staff
- Posts: 15312
- Joined: Mon Oct 16, 2006 10:48 am
- Location: Matrix TS Ltd
- Has thanked: 4803 times
- Been thanked: 4314 times
- Contact:
Re: help,audio spectrum analyzer
The 8-bit LCD has now been done and will be in the upcoming release.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel