Search found 36 matches

by phil_quik
Mon Mar 29, 2021 3:16 am
Forum: QuickFeather
Topic: Slide Demo - no UART output
Replies: 2
Views: 13938

Re: Slide Demo - no UART output

You might check this one, viewtopic.php?f=9&t=97
by phil_quik
Mon Mar 29, 2021 3:15 am
Forum: QuickFeather
Topic: hardfault
Replies: 5
Views: 19597

Re: hardfault

You might check this one, viewtopic.php?f=9&t=99
by phil_quik
Fri Mar 26, 2021 6:54 am
Forum: QuickFeather
Topic: hardfault
Replies: 5
Views: 19597

Re: hardfault

What is the M4 firmware you are running?
Maybe try qf_helloworldsw project first.
by phil_quik
Fri Mar 26, 2021 6:52 am
Forum: QuickFeather
Topic: Connection problems.
Replies: 12
Views: 20232

Re: Connection problems.

Try connect directly to a PC, not through USB hub.
Or change another USB cable to try.
by phil_quik
Mon Mar 22, 2021 11:05 pm
Forum: General Discussion
Topic: Setting Environment for QFB
Replies: 4
Views: 19215

Re: Setting Environment for QFB

I believe this is the similar issue like viewtopic.php?f=19&t=84&p=359&hilit=eclipse#p359
by phil_quik
Mon Mar 22, 2021 7:00 am
Forum: QuickFeather
Topic: No model_json.h in /qorc-sdk/qf_apps/qf_ssi_ai_app/src/datasave.c
Replies: 2
Views: 6386

Re: No model_json.h in /qorc-sdk/qf_apps/qf_ssi_ai_app/src/datasave.c

the file is under \qorc-sdk\qf_apps\qf_ssi_ai_app\knowledgepack\sensiml\model_json.h
by phil_quik
Thu Mar 18, 2021 12:32 am
Forum: General Discussion
Topic: Quickfeather Serial Port not detected
Replies: 2
Views: 16052

Re: Quickfeather Serial Port not detected

Simple Streaming capture mode requires the use of the UART pins on the QuickFeather, so you need a USB to TTL serial adapter to connect to QF.
There is some detail in below link.
https://www.hackster.io/gatoninja236/ge ... iml-9881a3
by phil_quik
Wed Mar 17, 2021 6:23 am
Forum: General Discussion
Topic: Error while compiling qorc sdk sample code in eclipse
Replies: 6
Views: 22167

Re: Error while compiling qorc sdk sample code in eclipse

Most folders are under qorc-sdk\
BSP\
HAL\
Libraries\
Tasks\
by phil_quik
Wed Mar 17, 2021 1:32 am
Forum: General Discussion
Topic: Unable to locate folder QL-EOSS3-SW/BSP
Replies: 2
Views: 15701

Re: Unable to locate folder QL-EOSS3-SW/BSP

If you are talking about qf_hardwaresetup.c normally it is in qorc-sdk\BSP\quickfeather\src\.
But some project might have it own, for example, like qorc-sdk\qf_apps\qf_ssi_ai_app\src\qf_hardwaresetup.c
by phil_quik
Wed Mar 17, 2021 1:27 am
Forum: General Discussion
Topic: Error while compiling qorc sdk sample code in eclipse
Replies: 6
Views: 22167

Re: Error while compiling qorc sdk sample code in eclipse

I think it is mentioned in item 4 as copied below. 4. Add files and folder to the Eclipse Virtual filesystem Drag and drop the folder QL-EOSS3-SW/BSP to the newly created project On the "File and Folder Operation" dialog box, choose - Link to files and recreate folder structure with virtua...