Search found 96 matches

by bellad
Tue Jun 09, 2020 1:37 pm
Forum: General Discussion and Questions
Topic: stm32 thread
Replies: 13
Views: 7246

Re: stm32 thread

stm32 is a muti thread ?? because i 2 thread and a crash who to know the active list of thread ? who to debug thread ? my prog: import machine , time import _thread as th #thermostats cchp=machine.Pin('B15', machine.Pin.IN, machine.Pin.PULL_DOWN) cchf=machine.Pin('B13', machine.Pin.IN, machine.Pin.P...
by bellad
Mon Jun 08, 2020 1:06 pm
Forum: General Discussion and Questions
Topic: stm32 thread
Replies: 13
Views: 7246

Re: stm32 thread

me , I started very late on Linux, and everything I did in compilation didn't work ,my problem is that everything is in english, i don't understand everything , and I'm 62, it's too late :D :D
by bellad
Mon Jun 08, 2020 12:47 pm
Forum: General Discussion and Questions
Topic: stm32 thread
Replies: 13
Views: 7246

Re: stm32 thread

hello,
thank you so much

I did not find a tutorial to compile a stm32
and I admit I'm not comfortable with that

thanks again

Dom
by bellad
Mon Jun 08, 2020 12:40 pm
Forum: General Discussion and Questions
Topic: stm32 thread
Replies: 13
Views: 7246

Re: stm32 thread

ok , thank , it's possible on share cloud ( google drive ... )
by bellad
Mon Jun 08, 2020 9:34 am
Forum: General Discussion and Questions
Topic: stm32 thread
Replies: 13
Views: 7246

Re: stm32 thread

thank's Mike

i have STM32F407VET6 Black Board , can i abuse your kindness and you ask of sharing the firmware
Regards Dom
by bellad
Mon Jun 08, 2020 9:20 am
Forum: General Discussion and Questions
Topic: stm32 thread
Replies: 13
Views: 7246

Re: stm32 thread

thank you , but just with activ thread and compile , i can use import _tread ?
by bellad
Mon Jun 08, 2020 8:01 am
Forum: General Discussion and Questions
Topic: stm32 thread
Replies: 13
Views: 7246

stm32 thread

Hello,
i cannot see
import _thread
for stm32 while it exists in esp32
why ?
the stm32 is not multithread ?
thank
by bellad
Thu Jun 04, 2020 12:21 pm
Forum: General Discussion and Questions
Topic: rtc on STM32F407VET6 Black Board ??
Replies: 5
Views: 3261

Re: rtc on STM32F407VET6 Black Board ??

now the rtc init is good , i have put battery , but the rtc does not run on battery
exp:
with power : rtc.datetime()
(2020, 6, 4, 4, 14, 1, 32, 184)
no power on battery during 10mn
with power ( after 10mn )
rtc.datetime()
(2020, 6, 4, 4, 14, 1, 32, 184)

no change !!
by bellad
Thu Jun 04, 2020 9:45 am
Forum: General Discussion and Questions
Topic: rtc on STM32F407VET6 Black Board ??
Replies: 5
Views: 3261

Re: rtc on STM32F407VET6 Black Board ??

grrrr...

>>> rtc.datetime((2020,6,4,11,43,0,0,0))
year, month , day ,hour,minute
>>> rtc.datetime()
(2021, 6, 4, 3, 3, 0, 1, 40)

oups , year , month , day , weekday , hour , minute ,
(2020,6,4,4,11,0,0,0,0)
good
by bellad
Thu Jun 04, 2020 9:14 am
Forum: General Discussion and Questions
Topic: STM32F407VET6 Black Board freeze
Replies: 6
Views: 3150

Re: STM32F407VET6 Black Board freeze

oups , msam not msma , thank you , but for me no error , it crash !!!