STM32mp157f-dk2

Flashing U-Boot on STM32mp157f-dk2 board

THIS ARTICLE… Complete? No Build-able? Yes Tested? No Test OK? No IntroductionSTM32mp15x Bootchain executes 4 sections until reaching Linux kernel :1. ROM Code2. FSBL (TF-A BL2)3. OP-TEE4. SSBL (U-boot) source: section 3.1 of https://wiki.st.com/stm32mpu/wiki/STM32MP1_boot_chain_overview  ROM Code:After mp157f-dk2 kit powers up, ROM code is executed. board is setup in such a way that ROM code tries to …

Flashing U-Boot on STM32mp157f-dk2 board Read More »

Git

It’s free and open source. Maybe by exploring the features, beauty could be understood. I always trust the official documentation – so trying out official tutorial page from git would be a good idea. But git or github? I think github = git + cloud hosting. https://docs.github.com/en/get-started/quickstart Creating new repository is easy. Branching can also …

Git Read More »

FreeRTOS

General  The below statement doesn’t make sense to me. (Taken from the official documentation https://www.freertos.org/implementation/a00012.html) The ‘__attribute__ ( ( signal ) )’ directive on the function prototype informs the compiler that the function is an ISR and results in two important changes in the compiler output. The ‘signal’ attribute ensures that every processor register that gets modified …

FreeRTOS Read More »