Search found 1718 matches

by BenR
Thu May 02, 2024 11:19 am
Forum: User Components
Topic: SPI version of the ST 7920 GLCD
Replies: 1
Views: 30

Re: SPI version of the ST 7920 GLCD

Hello,

Yes looks possible, on your display do you have access to the pin (PSB) that sets if the display has a parallel or serial interface? This is often the limiting factor.
by BenR
Wed May 01, 2024 12:22 pm
Forum: App Developer
Topic: App Developer connect to ESP32 S3 with USB
Replies: 9
Views: 370

Re: App Developer connect to ESP32 S3 with USB

Hello, My M5Stack parts have arrived and I've now added a new component for the GC9A01A Display driver. Seems to be working well for me but let me know if you give it a go. I've added in a few new targets to the ESP Misc section too, should hopefully make things with the M5Stacks a little easier to ...
by BenR
Mon Apr 29, 2024 4:07 pm
Forum: General
Topic: W25 Flash ( STM32F411 )
Replies: 7
Views: 180

Re: W25 Flash ( STM32F411 )

Hello,

First of all can you confirm the delays in your program are correct using a 1 second flasher test?
https://www.flowcode.co.uk/wiki/index.p ... ED_flasher

Next you may want to try a larger prescaler for the SPI to help slow it down a bit, just in case it's running too fast.
by BenR
Mon Apr 29, 2024 3:55 pm
Forum: Projects - Embedded
Topic: COMPONENT MACRO RESET TIMER
Replies: 3
Views: 68

Re: COMPONENT MACRO RESET TIMER

Hello, Looking at your program there shouldn't be a need to disable and re-enable the INT0 interrupt in the StartCountStatus macro. This could potentially be causing problems. In your main you might want to print out a string of spaces " " after printing your number and this way it will ensure the e...
by BenR
Mon Apr 29, 2024 11:51 am
Forum: Feature Requests
Topic: Suggestions for FC10 UI and EEPROM WritePage component
Replies: 2
Views: 188

Re: Suggestions for FC10 UI and EEPROM WritePage component

Hello, Regarding the EEPROM suggestion. We could add the function I just wonder how useful it is outside of the use case you're using it for. It might make more sense for you to take the current component source and modify it to suit your needs? The source is available here if you want to have a go....
by BenR
Fri Apr 26, 2024 4:56 pm
Forum: Bug Reports
Topic: Timer interval and Timer - problem
Replies: 14
Views: 211

Re: Timer interval and Timer - problem

Hello,

In both programs you posted you are not calling any of the component macros of the timer component. This as I said is problematic.
As you're not calling any of the component macros that can cause problems in the code generation.
Aha Leigh beat me to it :)
by BenR
Fri Apr 26, 2024 2:50 pm
Forum: Bug Reports
Topic: Timer interval and Timer - problem
Replies: 14
Views: 211

Re: Timer interval and Timer - problem

Hello,

I mean the timer peripheral selected in the timer component properties. Seems to be fixed now with the latest library updates. Timers 3, 4, 5 now working.
by BenR
Fri Apr 26, 2024 2:36 pm
Forum: Bug Reports
Topic: Timer interval and Timer - problem
Replies: 14
Views: 211

Re: Timer interval and Timer - problem

There also seems to be a bug with timers over timer 2, looking into this now.

Hopefully this is now resolved with the latest library updates.
by BenR
Fri Apr 26, 2024 2:28 pm
Forum: Bug Reports
Topic: Timer interval and Timer - problem
Replies: 14
Views: 211

Re: Timer interval and Timer - problem

Hello,

As you're not calling any of the component macros that can cause problems in the code generation. Try calling some of the component functions and let us know how you're getting on.
by BenR
Fri Apr 26, 2024 10:29 am
Forum: Bug Reports
Topic: Timer interval and Timer - problem
Replies: 14
Views: 211

Re: Timer interval and Timer - problem

Hello,

I can't replicate the issue, please can you check you have the latest updates using Help -> Library updates.

If you're still getting the issues then please attach your .fcfx project file and also your .msg.txt compiler messages files.