How to add/ enable irq in ports/minimal code #10295
Unanswered
synapticonashaikh
asked this question in
STM32 / Pyboard
Replies: 1 comment 1 reply
-
You will find it much easier to remove stuff from the stm32 port rather than adding stuff to minimal. There are some existing boards in the stm32 port that have less than 256kiB flash (e.g. NUCLEO_F091RC or B_L072Z_LRWAN1). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on a project where I'm building a minimal version of the micropython stack so that it fits on my board (STM32F446RC, 256kb flash). I would like to know what files I need to add to use Timer and IRQ (callbacks). I tried copying many files from the ports/stm32, but unfortunately, I can't make it work. Does anyone know what files I should copy and what changes I need to make in my makefile to get it working?
Beta Was this translation helpful? Give feedback.
All reactions