Re: (ADVANCED) Building the IOIO firmware

2017-01-21 Thread krishna
I'm asking this question because I'm in doubt that is this really a 
Inductor ?
if yes then can you please explain me why are you using this because in 
controller's datasheet there is no explanation of Indutor use.
and what's the exact value (given value in schematic is 300hm, 1.8A)  

On Saturday, January 21, 2017 at 4:46:59 PM UTC+5:30, kri...@parkzap.com 
wrote:
>
> hello ytai,
>
> can you tell me exact value of Inductor, connected with controller's avdd 
> pin(19).
>
> thanks
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ioio-users+unsubscr...@googlegroups.com.
To post to this group, send email to ioio-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.


Re: (ADVANCED) Building the IOIO firmware

2017-01-21 Thread krishna
hello ytai,

Now, I'm attempting to use MPLAB X v3.50 with c30 compiler V3.31 and non of 
my project and sub project are compiling. they all are giving same error:

make -f nbproject/Makefile-PIC24FJ256DA206.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 
'C:/Users/parkzap-dev1/Desktop/ioio/ioio-master/firmware/libadb'
make  -f nbproject/Makefile-PIC24FJ256DA206.mk 
dist/PIC24FJ256DA206/production/libadb.a
make[2]: Entering directory 
'C:/Users/parkzap-dev1/Desktop/ioio/ioio-master/firmware/libadb'
C:\Users\PARKZA~2\AppData\Local\Temp/ccykumPR.s: Assembler messages:
C:\Users\PARKZA~2\AppData\Local\Temp/ccykumPR.s:3318: Error: operation 
combines symbols in different segments
C:\Users\PARKZA~2\AppData\Local\Temp/ccykumPR.s:3319: Error: operation 
combines symbols in different segments
C:\Users\PARKZA~2\AppData\Local\Temp/ccykumPR.s:3320: Error: operation 
combines symbols in different segments
C:\Users\PARKZA~2\AppData\Local\Temp/ccykumPR.s:3321: Error: operation 
combines symbols in different segments
make[2]: *** [build/PIC24FJ256DA206/production/adb.o] Error 1
make[1]: *** [.build-conf] Error 2
make: *** [.build-impl] Error 2
"C:\Program Files (x86)\Microchip\mplabc30\v3.31\bin\pic30-gcc.exe" -g 
-omf=elf -x c -c -mcpu=24FJ256DA206 -ffunction-sections -Wall -DNDEBUG 
-DUSB_SUPPORT_HOST -I. -I../common -I../libusb -I../microchip/include 
-mlarge-data -mconst-in-data -Os -MMD -MF 
build/PIC24FJ256DA206/production/adb.o.d -o 
build/PIC24FJ256DA206/production/adb.o adb.c 
nbproject/Makefile-PIC24FJ256DA206.mk:126: recipe for target 
'build/PIC24FJ256DA206/production/adb.o' failed
make[2]: Leaving directory 
'C:/Users/parkzap-dev1/Desktop/ioio/ioio-master/firmware/libadb'
nbproject/Makefile-PIC24FJ256DA206.mk:84: recipe for target '.build-conf' 
failed
make[1]: Leaving directory 
'C:/Users/parkzap-dev1/Desktop/ioio/ioio-master/firmware/libadb'
nbproject/Makefile-impl.mk:39: recipe for target '.build-impl' failed

BUILD FAILED (exit value 2, total time: 1s)

can you please suggest me what I'm doing wrong.

thanks ytai

-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ioio-users+unsubscr...@googlegroups.com.
To post to this group, send email to ioio-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.


Re: (ADVANCED) Building the IOIO firmware

2017-01-21 Thread krishna
hello ytai,

can you tell me exact value of Inductor, connected with controller's avdd 
pin(19).

thanks


-- 
You received this message because you are subscribed to the Google Groups 
"ioio-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ioio-users+unsubscr...@googlegroups.com.
To post to this group, send email to ioio-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ioio-users.
For more options, visit https://groups.google.com/d/optout.


Re: (ADVANCED) Building the IOIO firmware

2017-01-18 Thread krishna
Hello Ytai,
I'm attempting to use MPLAB X v3.50 with xc16 compiler V1.30.  The 
individual sub projects, such as usb, adb, btstack, conn compile fine, but 
I cannot build the app_layer_v1 it is giving the error:
make -f nbproject/Makefile-IOIO0030.mk SUBPROJECTS= .build-conf
make[1]: Entering directory 
'C:/Users/parkzap-dev1/Desktop/krishna/ioio-master 
(1)/ioio-master/firmware/app_layer_v1'
make  -f nbproject/Makefile-IOIO0030.mk 
dist/IOIO0030/production/app_layer_v1.production.hex
make[2]: Entering directory 
'C:/Users/parkzap-dev1/Desktop/krishna/ioio-master 
(1)/ioio-master/firmware/app_layer_v1'
"C:\Program Files (x86)\Microchip\xc16\v1.30\bin\xc16-gcc.exe"   
../common/byte_queue.c  -o 
build/IOIO0030/production/_ext/1270477542/byte_queue.o  -c 
-mcpu=24FJ256DA206  -MMD -MF 
"build/IOIO0030/production/_ext/1270477542/byte_queue.o.d"  
-mno-eds-warn  -g -omf=elf -DXPRJ_IOIO0030=IOIO0030  -no-legacy-libc
-fno-short-double -O3 -I"." -I".." -I"../microchip/include" -I"../common" 
-DPLATFORM=1030 -DNDEBUG -msmart-io=1 -Wall -msfr-warn=off   -std=gnu99
"C:\Program Files (x86)\Microchip\xc16\v1.30\bin\xc16-gcc.exe"   
../microchip/common/uart2.c  -o 
build/IOIO0030/production/_ext/1537399865/uart2.o  -c -mcpu=24FJ256DA206  
-MMD -MF "build/IOIO0030/production/_ext/1537399865/uart2.o.d"  
-mno-eds-warn  -g -omf=elf -DXPRJ_IOIO0030=IOIO0030  -no-legacy-libc
-fno-short-double -O3 -I"." -I".." -I"../microchip/include" -I"../common" 
-DPLATFORM=1030 -DNDEBUG -msmart-io=1 -Wall -msfr-warn=off   -std=gnu99
"C:\Program Files (x86)\Microchip\xc16\v1.30\bin\xc16-gcc.exe"   adc.c  -o 
build/IOIO0030/production/adc.o  -c -mcpu=24FJ256DA206  -MMD -MF 
"build/IOIO0030/production/adc.o.d"  -mno-eds-warn  -g -omf=elf 
-DXPRJ_IOIO0030=IOIO0030  -no-legacy-libc-fno-short-double -O3 -I"." 
-I".." -I"../microchip/include" -I"../common" -DPLATFORM=1030 -DNDEBUG 
-msmart-io=1 -Wall -msfr-warn=off   -std=gnu99
"C:\Program Files (x86)\Microchip\xc16\v1.30\bin\xc16-gcc.exe"   digital.c  
-o build/IOIO0030/production/digital.o  -c -mcpu=24FJ256DA206  -MMD -MF 
"build/IOIO0030/production/digital.o.d"  -mno-eds-warn  -g -omf=elf 
-DXPRJ_IOIO0030=IOIO0030  -no-legacy-libc-fno-short-double -O3 -I"." 
-I".." -I"../microchip/include" -I"../common" -DPLATFORM=1030 -DNDEBUG 
-msmart-io=1 -Wall -msfr-warn=off   -std=gnu99
"C:\Program Files (x86)\Microchip\xc16\v1.30\bin\xc16-gcc.exe"   
features.c  -o build/IOIO0030/production/features.o  -c -mcpu=24FJ256DA206  
-MMD -MF "build/IOIO0030/production/features.o.d"  -mno-eds-warn  -g 
-omf=elf -DXPRJ_IOIO0030=IOIO0030  -no-legacy-libc-fno-short-double -O3 
-I"." -I".." -I"../microchip/include" -I"../common" -DPLATFORM=1030 
-DNDEBUG -msmart-io=1 -Wall -msfr-warn=off   -std=gnu99
"C:\Program Files (x86)\Microchip\xc16\v1.30\bin\xc16-gcc.exe"   
../common/logging.c  -o 
build/IOIO0030/production/_ext/1270477542/logging.o  -c -mcpu=24FJ256DA206  
-MMD -MF "build/IOIO0030/production/_ext/1270477542/logging.o.d"  
-mno-eds-warn  -g -omf=elf -DXPRJ_IOIO0030=IOIO0030  -no-legacy-libc
-fno-short-double -O3 -I"." -I".." -I"../microchip/include" -I"../common" 
-DPLATFORM=1030 -DNDEBUG -msmart-io=1 -Wall -msfr-warn=off   -std=gnu99
"C:\Program Files (x86)\Microchip\xc16\v1.30\bin\xc16-gcc.exe"   i2c.c  -o 
build/IOIO0030/production/i2c.o  -c -mcpu=24FJ256DA206  -MMD -MF 
"build/IOIO0030/production/i2c.o.d"  -mno-eds-warn  -g -omf=elf 
-DXPRJ_IOIO0030=IOIO0030  -no-legacy-libc-fno-short-double -O3 -I"." 
-I".." -I"../microchip/include" -I"../common" -DPLATFORM=1030 -DNDEBUG 
-msmart-io=1 -Wall -msfr-warn=off   -std=gnu99
"C:\Program Files (x86)\Microchip\xc16\v1.30\bin\xc16-gcc.exe"   icsp.c  -o 
build/IOIO0030/production/icsp.o  -c -mcpu=24FJ256DA206  -MMD -MF 
"build/IOIO0030/production/icsp.o.d"  -mno-eds-warn  -g -omf=elf 
-DXPRJ_IOIO0030=IOIO0030  -no-legacy-libc-fno-short-double -O3 -I"." 
-I".." -I"../microchip/include" -I"../common" -DPLATFORM=1030 -DNDEBUG 
-msmart-io=1 -Wall -msfr-warn=off   -std=gnu99
Options have been disabled due to restricted license
Visit http://www.microchip.com/ to purchase a new key.
Options have been disabled due to restricted license
Visit http://www.microchip.com/ to purchase a new key.
In file included from i2c.c:36:0:
../common/platform.h:104:6: error: #error Platform and MCU mismatch - 
expecting PIC24FJ256GB206
Options have been disabled due to restricted license
Visit http://www.microchip.com/ to purchase a new key.
Options hav