Search found 3 matches

by hdenizgurhan
Thu Feb 27, 2020 2:44 pm
Forum: Programs, Libraries and Tools
Topic: NUCLEO-H743ZI loading micropython problem
Replies: 0
Views: 1758

NUCLEO-H743ZI loading micropython problem

Hello everyone. I compiled micopython for NUCLEO-H743ZI board. But when i try to load hex file to the board using STM32 ST-LINK Utility, the loading stops after a while and the program is closed automatically. I compile and program micropython for different boards before and never seen such a proble...
by hdenizgurhan
Wed Feb 26, 2020 9:56 am
Forum: General Discussion and Questions
Topic: Periodic time shift problem
Replies: 3
Views: 1973

Re: Periodic time shift problem

What can i do to overcome this problem? Could you give me any suggestion? I am using Nucleo-L476RG.

Thanks.
by hdenizgurhan
Wed Feb 26, 2020 8:56 am
Forum: General Discussion and Questions
Topic: Periodic time shift problem
Replies: 3
Views: 1973

Periodic time shift problem

Hello everyone. I have a problem when i run the code given below. Here i have a 1000 Hz timer and the periodic work is done in main loop. But when i measure the duration between the successive timer interrupts, there is an additional 2 ms time shift for every 11th measurement. This problem disappear...