Search found 5 matches

by KurtOz
Mon Nov 06, 2017 8:02 pm
Forum: Development Tools and Programming
Topic: Settings compiler flags for SPI Slave Boot Loader thru XTime Composer Studio
Replies: 5
Views: 6903

Re: Settings compiler flags for SPI Slave Boot Loader thru XTime Composer Studio

I was successful loading binary image to my XU210 via SPI Slave boot. I would like to thank you robertxmos for his insightful comments. There is an important issue that everybody who utilize SPI Slave booting, should know. The SPI Select line should be asserted (LOW) during the boot loading; if your...
by KurtOz
Fri Oct 06, 2017 7:06 am
Forum: Development Tools and Programming
Topic: Settings compiler flags for SPI Slave Boot Loader thru XTime Composer Studio
Replies: 5
Views: 6903

Re: Settings compiler flags for SPI Slave Boot Loader thru XTime Composer Studio

Thank you for your reply. You are right. It is better to work on the Source edit mode and set the flags there. I have tried several schemes, including your suggestion but none of them worked. It is hard to guess about how to edit those fields without knowing the rules running on background. Thanks a...
by KurtOz
Thu Oct 05, 2017 7:24 pm
Forum: Development Tools and Programming
Topic: xTIMEComposer command line - Installing a new hardware
Replies: 2
Views: 3734

Re: xTIMEComposer command line - Installing a new hardware

Thank you for your reply. Probably the initial error I have seen was about dangling project directory links. It works now.
by KurtOz
Wed Aug 23, 2017 10:25 pm
Forum: Development Tools and Programming
Topic: xTIMEComposer command line - Installing a new hardware
Replies: 2
Views: 3734

xTIMEComposer command line - Installing a new hardware

Hi,
Can we install a new hardware from a user .xn file from the command line, instead of xTIMEComposer "Help>Install New Hardware" utility?

Thanks.
by KurtOz
Wed Aug 23, 2017 8:55 pm
Forum: Development Tools and Programming
Topic: Settings compiler flags for SPI Slave Boot Loader thru XTime Composer Studio
Replies: 5
Views: 6903

Settings compiler flags for SPI Slave Boot Loader thru XTime Composer Studio

Hi, I have been working on a SPI Slave Boot Loader for our project which is based on xCore XU216. The application note AN00238 (1.0.2) clearly outlines the steps to compile both loader and a demo application by using standalone Makefiles. I would like to extend those compiler settings by using xTime...