Explore tweets tagged as #stm32f4
Working with an Embedded ARM STM32F4 series microcontroller, when we CMD or CTRL click on the RCC definition, we see the RCC_BASE which we learned exists on AHB1 bus. #ReverseEngineering
0
0
0
Embedded Reverse Engineering Chapter 1: Memory Map - This chapter covers the basics of understanding the STM32F401 memory map for the STM32F4 ARM architecture. #ReverseEngineering
0
0
3
STM32F4_SDR_GPS by iliasam. STM32 based SDR GPS receiver. No additional factory/commercial "black box" GPS receiver is needed here - just connect MAX2769 to the STM32 MCU. #SoftwareDefinedRadio #SDR.#GPS #GNSS #STM32
1
28
121
Working with an Embedded ARM STM32F4 series microcontroller, we map memory from 0x00000000 to 0x08000000; the vector table is first followed by the __do_global_dtors_aux and frame_dummy functions before main is called. #ReverseEngineering
0
0
0
Working with an #Embedded #ARM STM32F4 series microcontroller, the very first thing we need to do if we are going to use a GPIO, say GPIOA, is to enable the RCC default 16 MHz, HSI internal clock. #ReverseEngineering
0
1
2
In order to #ReverseEnginner an #embedded #ARM device we must start with #Assembler. Here is an STM32F4, persistent flash driver written entirely in Assembler.
0
1
3