STM32MP1 no OS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-16 6:31 PM
Can I use STM32MP1 without an operating system?
Linux is harder for me to master than a microcontroller.
It would be convenient if the cube generated code hal for the processor
Is there a similar feature planned?
If not, is there a step-by-step instruction on how I can run custom bsp for Linux and compile it?
Solved! Go to Solution.
- Labels:
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-17 2:08 PM
Vladimir, here https://github.com/ua1arn/hftrx you can find startup, DDR3 memory initialization and some useful functions for use STM32MP1 A7 core as a bare metal.
CPU peripherials very similar to STM32H7xx CPUs line.
ps: Russian laguage comments!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-16 11:56 PM
Hello Vladimir,
if you would like to avoid Linux, why wouldn't you use a STM32H7 microcontroller?
It is based on ARM Cortex-M7 and can run up to 480 MHz.
There is even a dual core version combining ARM Cortex-M7 & ARM Cortex-M4.
https://blog.st.com/?s=STM32H7&submit=
https://www.st.com/en/microcontrollers-microprocessors/stm32h7-series.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-17 12:40 AM
Hi,
We do not provide any SW for Bare-Metal support, but maybe 3rd party could provide it for STM32MP15 series (likely not for free).
For sure, the learning curve for Linux on an MPU is much higher than bare-metal on an MCU.
You could find many information in the ST MPU wiki, e.g. starting with https://wiki.st.com/stm32mpu/wiki/Category:How_to
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-17 6:57 AM
Hello.
I need to draw an interface and display a camera image on a 720 display.
I'm not sure that SDRAM on STM32H7 is able to handle this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-17 6:58 AM
Thanks for the link
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-17 2:08 PM
Vladimir, here https://github.com/ua1arn/hftrx you can find startup, DDR3 memory initialization and some useful functions for use STM32MP1 A7 core as a bare metal.
CPU peripherials very similar to STM32H7xx CPUs line.
ps: Russian laguage comments!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-17 2:14 PM
demo project based on mentioned repo
