Search found 1716 matches

by BenR
Mon Apr 29, 2024 4:07 pm
Forum: Bug Reports
Topic: W25 Flash ( STM32F411 )
Replies: 5
Views: 111

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: 2
Views: 23

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: 108

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: 145

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: 145

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: 145

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: 145

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: 145

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.
by BenR
Thu Apr 25, 2024 8:19 am
Forum: Feature Requests
Topic: IPS display ST7735 80 X 160
Replies: 6
Views: 364

Re: IPS display ST7735 80 X 160

Hi Jorgen

I used an arduino at 5v and it worked fine for me.
by BenR
Tue Apr 23, 2024 10:13 am
Forum: Bug Reports
Topic: 2x WS2812 Components Don't Work
Replies: 3
Views: 82

Re: 2x WS2812 Components Don't Work

This was not a problem with FC9, FC8 before :-( On an ESP32? The ESP32 is a special use case as we use the RMT peripherals. On other devices the signals are bit banged and so you can have as many components as you need. Otherwise is it possible to have the WS2812 component source as maybe Martin co...