STM32F042 Nucleo!

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
jgu1
Posts: 1333
Joined: Tue Oct 06, 2009 9:39 am
Has thanked: 1135 times
Been thanked: 299 times
Contact:

STM32F042 Nucleo!

Post by jgu1 »

Hi!

Help needed. Please look in the config for my testprogram, is the speed as fast as possible? I want to use this device for a ILI934 display, so fast update on the display. There are lot of settings in the config :roll:

Thank's in advance.

Br Jorgen
Attachments
STM32F042 NUCLEOtest.fcfx
(6.47 KiB) Downloaded 149 times

Alkaline
Posts: 143
Joined: Mon Aug 20, 2018 11:04 am
Has thanked: 42 times
Been thanked: 41 times
Contact:

Re: STM32F042 Nucleo!

Post by Alkaline »

HI

in attachment you will find the version with the clock set at 48 mhz

I don't have the card to test but it should go.

Furthermore, if the speed was still not sufficient I solved it by changing the clock source from internal (HSI) to external (HSE)
I use the external 32 MHz HSE clock

You can get a further increase in performance by changing a compiler parameter, but we will discuss this after the tests.

I am also attaching the link from which you can download the excel sheet you stm from which you can obtain the clock parameters
https://www.st.com/en/development-tools ... 32088.html

Regards
Attachments
STM32F042 NUCLEOtest_48Mhz.fcfx
(6.47 KiB) Downloaded 142 times

jgu1
Posts: 1333
Joined: Tue Oct 06, 2009 9:39 am
Has thanked: 1135 times
Been thanked: 299 times
Contact:

Re: STM32F042 Nucleo!

Post by jgu1 »

Hi Alkaline!

Thank you very much.

Br Jorgen

Post Reply