Search found 1446 matches

by Steve-Matrix
Fri May 29, 2026 2:02 pm
Forum: General
Topic: EB-006 drivers
Replies: 14
Views: 3017

Re: EB-006 drivers

And I remember seeing that odd symbol when using those old drivers, but IIRC it did not prevent the drivers from working properly.
by Steve-Matrix
Fri May 29, 2026 2:00 pm
Forum: General
Topic: EB-006 drivers
Replies: 14
Views: 3017

Re: EB-006 drivers

Those boards are very old and I don't think I have access to any, so I can't test. You might get some luck from searching our old forums. For example, I found these: https://www.flowcode.co.uk/mmforums/viewtopic.php?p=107881&hilit=eb006+driver#p107881 https://www.flowcode.co.uk/mmforums/viewtopi...
by Steve-Matrix
Fri May 29, 2026 9:43 am
Forum: Feature Requests
Topic: simultaneous sampling 10-bit ADC mode dsPIC33EV
Replies: 1
Views: 78

Re: simultaneous sampling 10-bit ADC mode dsPIC33EV

I'm not too familiar with ADC sampling on that particular chip, so bear that in mind and hopefully others will have a better answer. If it were me, I would first read at 12 bits and see if the speed is acceptable. It's probably not much of a difference to the speed, and there could be greater saving...
by Steve-Matrix
Fri May 29, 2026 9:24 am
Forum: Feature Requests
Topic: Load Custom properties to components
Replies: 5
Views: 193

Re: Load Custom properties to components

The other thing you could do is to edit the fcfx project file directly in a text editor. Although if you choose to do this, make sure you keep a backup of your file and thoroughly test because manually editing the file could invalidate it and cause it to fail to load. Also, any editing should be don...
by Steve-Matrix
Thu May 28, 2026 9:34 am
Forum: Bug Reports
Topic: gLCD_GC9A01A_SPI component bug when compiling
Replies: 4
Views: 191

Re: gLCD_GC9A01A_SPI component bug when compiling

Thanks for that. We're investigating and hope to have a fix for you soon.
by Steve-Matrix
Thu May 28, 2026 9:23 am
Forum: Projects - Embedded
Topic: ATTiny2313/4313 Flowcode development board
Replies: 6
Views: 220

Re: ATTiny2313/4313 Flowcode development board

Sorry, I don't know about this particular chip. But the "E-Blocks2 AVR Programmer" fcd might hold a clue. This one has the following section and maybe you need something similar: <configuration address='0x0000' mult='1' progonly='1' > <format><byte address='Low' value='0xFF' /><byte addres...
by Steve-Matrix
Wed May 27, 2026 6:59 pm
Forum: Bug Reports
Topic: gLCD_GC9A01A_SPI component bug when compiling
Replies: 4
Views: 191

Re: gLCD_GC9A01A_SPI component bug when compiling

Can you please post a sample project with the error and we'll take a look.
by Steve-Matrix
Wed May 27, 2026 5:22 pm
Forum: General
Topic: EB-006 drivers
Replies: 14
Views: 3017

Re: EB-006 drivers

Could it be that you have the v7/8 driver installed, but you need the v9 one? If so, try uninstalling the driver and downloading the one for v9.
by Steve-Matrix
Wed May 27, 2026 4:53 pm
Forum: Feature Requests
Topic: Load Custom properties to components
Replies: 5
Views: 193

Re: Load Custom properties to components

Thanks for the suggestion. It might be a challenge to implement this, but I will add it to our list and think how we can do it.
by Steve-Matrix
Wed May 27, 2026 4:44 pm
Forum: Projects - Embedded
Topic: ATTiny2313/4313 Flowcode development board
Replies: 6
Views: 220

Re: ATTiny2313/4313 Flowcode development board

Ben is more familiar with that part of FCD files than I am, but I think it's one or both of these 2 sections you need to pay attention to: The first is the use of the batch files and the "UsesComm" and "$(comport)" of the <programmer> section within <build>. The second is the <co...