development with XK-VF3000-L33-AVS Topic is solved

New to XMOS and XCore? Get started here.
Post Reply
hyuting1008
Member
Posts: 9
Joined: Mon May 20, 2019 12:45 pm

development with XK-VF3000-L33-AVS

Post by hyuting1008 »

Hello all,

Which target device should I select in the xTIMEcomposer if I want to develop with XK-VF3000-L33-AVS?

I've read the article "Development with XK-VF3100-C43 and XK-VF3500-L33-AVS". There are three boards that the author use:
1. XK-USB-MIC-UF216
2. XK-VF3100-C43
3. XK-VF3500-L33-AVS

and their device target is "XU-216-512-TQ128-I20" in the list of Makefile editor.

I've try this in the example AN00192 "Getting started with timing analyse"
but when I try to load binary into XTA, it shows the warning as the attachment.

I think maybe the target I select in the makefile device is wrong.
But I wonder how to know the device target is ?

Thanks a lot!
Attachments
擷取.PNG
warning
擷取.PNG (12.36 KiB) Viewed 2836 times
warning
warning
擷取.PNG (12.36 KiB) Viewed 2836 times


View Solution
User avatar
mon2
XCore Legend
Posts: 1913
Joined: Thu Jun 10, 2010 11:43 am
Contact:

Post by mon2 »

Hi. Double click the MAKEFILE inside your project and apply the -g flag to enable debug information during compilation and try again.

View the PDF download from here:

https://www.xmos.com/developer/use-xtim ... ion=X9226D
Post Reply