Hi Ben,
A bit late but tanks for the answer. You were right, I was thinking that the EB006 board was able to use dsPIC's, sorry that was stupid.
Meanwhile I got the EB064 board and I'm able to use it. However I found some weird behavior with this board.
When I have the RS323 port connected to a 30F2011 or a 33FJ128 I get "FLASH verify failed" errors. I also noticed that in that case
the program was not loaded while it says that it did.
It's easy to reproduce. When I make a simple program with a 30F2011 chip, say only delay 1ms and nothing more, and compile to chip all is fine.
However, when I have only even one RS232 line connected at Port-BL pin 6 I get this listing here. Jumpers on the EB064 are set according the chip.
So my question is, Is it not allowed to compile to chip with peripheral connected, or do I have a problem with this board?
Thanks,
Arie
============================================
File name: C:\Users\wettum\Documents\Projects\Flowcode dsPIC\Experimental\dsPIC30tst\test.c
Generated by: Flowcode v4.4.13.69
Date: Thursday, January 19, 2012 08:54:55
Licence: Professional
Registered to: Arie van Wettum
http://www.matrixmultimedia.com
Launching the compiler...
C:\Program Files (x86)\Matrix Multimedia\Flowcode PIC24&dsPIC V4\Tools\MX_bats\pic16_C30_comp.bat "test" "C:\Users\wettum\DOCUME~1\Projects\FLOWCO~1\EXPERI~1\DSPIC3~1" 30F2011
C:\Users\wettum\Documents\Projects\Flowcode dsPIC\Experimental\dsPIC30tst>pic30-gcc -c -mcpu=30F2011 -funsigned-char -fno-short-double -Os -I"C:\PROGRA~2\MATRIX~1\FLOWCO~1\Tools\MX_bats\..\C_tools\support\h" -I"C:\PROGRA~2\MATRIX~1\FLOWCO~1\Tools\MX_bats\..\MX_support" -Wall -std=gnu99 "test".c -o "test".o
Compilation successful!
Return code = 0
Launching the linker/assembler...
C:\Program Files (x86)\Matrix Multimedia\Flowcode PIC24&dsPIC V4\Tools\MX_bats\pic16_C30_link.bat "test" 30F2011 dsPIC30F
C:\Users\wettum\Documents\Projects\Flowcode dsPIC\Experimental\dsPIC30tst>pic30-gcc -Wl,"test".o,-L"C:\PROGRA~2\MATRIX~1\FLOWCO~1\Tools\MX_bats\..\C_tools\lib",--heap=256,--report-mem,--script="C:\PROGRA~2\MATRIX~1\FLOWCO~1\Tools\MX_bats\..\C_tools\Support\dsPIC30F\gld\p30F2011.gld",-o"test".cof
Program Memory [Origin = 0x100, Length = 0x1f00]
section address length (PC units) length (bytes) (dec)
------- ------- ----------------- --------------------
.text 0x100 0x5aa 0x87f (2175)
.const 0x6aa 0x4 0x6 (6)
.text 0x6ae 0x636 0x951 (2385)
.dinit 0xce4 0x2 0x3 (3)
.isr 0xce6 0x2 0x3 (3)
Total program memory used (bytes): 0x11dc (4572) 38%
Data Memory [Origin = 0x800, Length = 0x400]
section address alignment gaps total length (dec)
------- ------- -------------- -------------------
.heap 0x800 0 0x100 (256)
Total data memory used (bytes): 0x100 (256) 25%
Dynamic Memory Usage
region address maximum length (dec)
------ ------- ---------------------
heap 0x800 0x100 (256)
stack 0x900 0x300 (768)
Maximum dynamic memory (bytes): 0x400 (1024)
C:\Users\wettum\Documents\Projects\Flowcode dsPIC\Experimental\dsPIC30tst>pic30-bin2hex "test".cof
C:\Users\wettum\Documents\Projects\Flowcode dsPIC\Experimental\dsPIC30tst>pic30-objdump -S "test".cof 1>"test".asm
HEX file creation successful!
Return code = 0
Launching the programmer...
C:\Program Files (x86)\Matrix Multimedia\Flowcode PIC24&dsPIC V4\tools\mLoader\mLoaderv3.exe -config -chip 30F2011 "test.hex"
Sending File, please wait!
...................
File sent with 26 warnings:
1: FLASH verify failed [000100]-[000200]
2: FLASH verify failed [000200]-[000300]
3: FLASH verify failed [000300]-[000400]
4: FLASH verify failed [000400]-[000500]
5: FLASH verify failed [000500]-[000600]
6: FLASH verify failed [000600]-[000700]
7: FLASH verify failed [000700]-[000800]
8: FLASH verify failed [000800]-[000900]
9: FLASH verify failed [000900]-[000a00]
10: FLASH verify failed [000a00]-[000b00]
11: FLASH verify failed [000b00]-[000c00]
12: FLASH verify failed [000c00]-[000d00]
13: FLASH verify failed [000d00]-[000e00]
14: FLASH verify failed [000e00]-[000f00]
15: FLASH verify failed [000f00]-[001000]
16: FLASH verify failed [001000]-[001100]
17: FLASH verify failed [001100]-[001200]
18: FLASH verify failed [001200]-[001300]
19: FLASH verify failed [001300]-[001400]
20: FLASH verify failed [001400]-[001500]
21: FLASH verify failed [001500]-[001600]
22: FLASH verify failed [001600]-[001700]
23: FLASH verify failed [001700]-[001800]
24: FLASH verify failed [001800]-[001900]
25: FLASH verify failed [001900]-[001a00]
26: FLASH verify failed [001a00]-[001b00]
Return code = 0
FINISHED