Search found 6 matches

by zum
Thu Jan 06, 2022 8:15 pm
Forum: Other Boards
Topic: [Nucleo-H743ZI2] System clock around 800 MHz is this possible?
Replies: 4
Views: 10516

Re: [Nucleo-H743ZI2] System clock around 800 MHz is this possible?

I don't know why my Thonny IDE is bugging or what I did wrong with it.
But also for simple calculations it shows me the double of the result +1.

But are the 400 MHz the default system clock frequency for the NUCLEO-H743ZI2 board?
by zum
Thu Jan 06, 2022 4:58 pm
Forum: Other Boards
Topic: [Nucleo-H743ZI2] System clock around 800 MHz is this possible?
Replies: 4
Views: 10516

[Nucleo-H743ZI2] System clock around 800 MHz is this possible?

Hey everybody I had just the quick question if the result from machine.freq() or pyb.freq() is true. [sys,kcl,p1,p2]=machine.freq() [sys,kcl,p1,p2]=pyb.freq() In both function calls the result was 0x2FAF0801. On the Thonny IDE On the rshell the result printed out was 400 MHz, which sound for me more...
by zum
Thu Jan 06, 2022 4:47 pm
Forum: Other Boards
Topic: [Nucleo-H743ZI2]Servo Object/Library
Replies: 2
Views: 16350

Re: [Nucleo-H743ZI2]Servo Object/Library

Thanks for the answer.

Ah I thought there would be like a second class to define servos at a other timer pin with a PWM.
So thanks for the answer then I will have to use the Timer 5 channels.
by zum
Mon Dec 27, 2021 11:14 am
Forum: Other Boards
Topic: [Nucleo-H743ZI2]Servo Object/Library
Replies: 2
Views: 16350

[Nucleo-H743ZI2]Servo Object/Library

Hi everybody I am a little a newbie in the world of MicroPython and experimenting with a Nucleo-H743ZI2 board. So I couldn't create a servo object like written in the getting started tutorial https://docs.micropython.org/en/latest/pyboard/tutorial/servo.html >>> servo1=pyb.servo(0) Traceback (most r...
by zum
Fri Nov 19, 2021 2:09 pm
Forum: Programs, Libraries and Tools
Topic: Servo Object/Library for Nucleo-H743ZI2
Replies: 0
Views: 1247

Servo Object/Library for Nucleo-H743ZI2

Hi everybody I am a little a newbie in the world of MicroPython and experimenting with a Nucleo-H743ZI2 board. So I couldn't create a servo object like written in the getting started tutorial https://docs.micropython.org/en/v1.6/pyboard/library/pyb.Servo.html?highlight=servo Am I doing something wro...