bare-metal-programming-guide icon indicating copy to clipboard operation
bare-metal-programming-guide copied to clipboard

A bare metal programming guide (ARM microcontrollers)

Results 7 bare-metal-programming-guide issues
Sort by recently updated
recently updated
newest added

Hi, I'm trying to follow along with the guide for a STM32F3Discovery board. I wrote the GPIO/RCC API as in the instructions, making sure I used the correct register addresses...

Hi! I have Nucleo-64 stm32f411re and MikroelEktronica+ stm32f407zg boards, adapting example code to f411re and f407zg worked perfectly with 2023 February version with manually added include directory and startup.c (modified...

This repository is an absolute gem! Thank you :heart:

the last line of clock_init while ((RCC->CFGR & 12) == 0) spin(1); // Wait until done should probably be: while ((RCC->CFGR & 12) != 8) spin(1);

Hi, I'm not able to build the example code for toolchain verification. Can you take a look? I'm on macos. > arm-none-eabi-gcc main.c -W -Wall -Wextra -Werror -Wundef -Wshadow -Wdouble-promotion...

First of all, thank you for this tutorial. I've always wanted to dedicate myself to Bare Metal programming, and now it will be possible. Unfortunately, I don't have Nucleo. I...

Error "404 Not Found" when trying to download binaries for vcon.io