Search found 6 matches

by gbergero
Fri Apr 19, 2019 12:49 pm
Forum: Other Boards
Topic: How to execute a frozen_module when my Nucleo32L432KC boots up?
Replies: 2
Views: 2694

Re: How to execute a frozen_module when my Nucleo32L432KC boots up?

Hi Dave, Thank alot for you response, i tryed it and it worked! Type "help()" for more information. >>> Executing modules-432/main.py Executing frozen testModule.test() MicroPython v1.10-284-ga6e5846ba-dirty on 2019-04-19; NUCLEO-L432KC with STM32L432KC Type "help()" for more information. >>> Here's...
by gbergero
Thu Apr 18, 2019 8:25 pm
Forum: Other Boards
Topic: How to execute a frozen_module when my Nucleo32L432KC boots up?
Replies: 2
Views: 2694

How to execute a frozen_module when my Nucleo32L432KC boots up?

Hi, im using a Nucleo32l432kc flashed in Micropython and I would like to execute a python script whenever the device boots up. Problem is, there's no file system so I can't save any code in "main.py" or "boot.py" like you would do on other Nucleo boards. The only way i found to put python code perma...
by gbergero
Mon Apr 15, 2019 2:33 pm
Forum: Other Boards
Topic: Impossible to upload, save or create program on stm32l432kc
Replies: 6
Views: 3377

Re: Impossible to upload, save or create program on stm32l432kc

Windows 10 but i could use a raspberry pi with raspbian installed on it if needed.

Update : I managed to build the source code using this tutorial : http://hardytek.com/flashing-micropytho ... -nucleo/ and inserting the correct board name.
by gbergero
Mon Apr 15, 2019 1:13 pm
Forum: Other Boards
Topic: Impossible to upload, save or create program on stm32l432kc
Replies: 6
Views: 3377

Re: Impossible to upload, save or create program on stm32l432kc

Hi Dave, thanks for your previous response. I would love to try the NUCLEO-L476RG but I would much prefer to do it straight up with the stm32l432kc because time is an issue in my situation. Do you have any tips on how to build my own firmware? I have no clue where to start as this is all pretty new ...
by gbergero
Fri Apr 12, 2019 3:39 pm
Forum: Other Boards
Topic: Impossible to upload, save or create program on stm32l432kc
Replies: 6
Views: 3377

Re: Impossible to upload, save or create program on stm32l432kc

Hi Dave,
So is there anyway to edit the existing frozen module without having to re make the hex file I used to flash the device? The hex file was given to me by a co-worker so im not sure how he made it.
Thank you
by gbergero
Fri Apr 12, 2019 12:20 pm
Forum: Other Boards
Topic: Impossible to upload, save or create program on stm32l432kc
Replies: 6
Views: 3377

Impossible to upload, save or create program on stm32l432kc

Hi, Im pretty new to the micropython environment and ive managed to flash my stm32 using st-link stm32 utility and an .hex file. I can use putty and write micropython code and it seems to be working fine. Here's the issue: I want to run a program on the device that I can save on it (like "main.py" o...