alain.wanamoon.net
GNU Binutils | Alain's corner
http://alain.wanamoon.net/tag/gnu-binutils
Whatever I feel like talking about. Skip to primary content. Skip to secondary content. Tag Archives: GNU Binutils. Studying while one linker script on the STM32F4-Discovery. January 17, 2015. In my previous article. I presented a quite detailed analysis of the binary produced by compiling the “minimal” code sample from GNU Tools for ARM Embedded Processors. In the rest of this article. In order to do that, we need to consult [3] ld documentation (part of GNU Binutils documentation). Linker script to con...
alain.wanamoon.net
Nand2Tetris | Alain's corner
http://alain.wanamoon.net/category/nand2tetris
Whatever I feel like talking about. Skip to primary content. Skip to secondary content. Nand2Tetris: project 10 completed. October 22, 2014. I have now implemented and tested the compiler front end for the Jack compiler. The Jack language is object-based, without support for inheritance. Its grammar is mostly LL(0), which means that in most cases, looking at the next token is enough to know which alternative to choose for so-called “non-terminals”. Which means that there may or may not be an expression i...
alain.wanamoon.net
Less talk, more code: minimalist bare metal programming from scratch episode 0 | Alain's corner
http://alain.wanamoon.net/2015/01/30/less-talk-more-code-minimalist-bare-metal-programming-from-scratch-episode-0
Whatever I feel like talking about. Skip to primary content. Skip to secondary content. Less talk, more code: minimalist bare metal programming from scratch episode 0. January 30, 2015. I have rebooted my software development activities with the STM32F4-Discovery around a (for me) new concept: minimalist bare metal programming from scratch. The idea is to go through the development of an unlimited number of self-contained applications of increasing complexity, starting from scratch. Eclipse IDE for C/C D...
alain.wanamoon.net
STM32CubeF4 | Alain's corner
http://alain.wanamoon.net/tag/stm32cubef4
Whatever I feel like talking about. Skip to primary content. Skip to secondary content. Less talk, more code: minimalist bare metal programming from scratch episode 0. January 30, 2015. I have rebooted my software development activities with the STM32F4-Discovery around a (for me) new concept: minimalist bare metal programming from scratch. The idea is to go through the development of an unlimited number of self-contained applications of increasing complexity, starting from scratch. July 2, 2014. There i...
alain.wanamoon.net
Manjaro Linux | Alain's corner
http://alain.wanamoon.net/category/manjaro-linux
Whatever I feel like talking about. Skip to primary content. Skip to secondary content. Category Archives: Manjaro Linux. Useful commands in Manjaro Linux. June 28, 2014. List files included in an installed package:. Nilo@floor dump]$ pacman -Ql arm-none-eabi-gcc. Nilo@floor dump]$ sudo pacman -Syu. Installing an AUR package:. Nilo@floor ]$ yaourt -S xmame-x11. Updating an AUR package:. Nilo@cabinet ]$ yaourt -S isl. List block devices and their mount points:. OpenGL SuperBible: first example under Xlib.
alain.wanamoon.net
Embedded programming | Alain's corner
http://alain.wanamoon.net/category/embedded-programming
Whatever I feel like talking about. Skip to primary content. Skip to secondary content. Category Archives: Embedded programming. Studying while one linker script on the STM32F4-Discovery. January 17, 2015. In my previous article. I presented a quite detailed analysis of the binary produced by compiling the “minimal” code sample from GNU Tools for ARM Embedded Processors. In the rest of this article. In order to do that, we need to consult [3] ld documentation (part of GNU Binutils documentation). Linker ...
alain.wanamoon.net
Studying disassembled while_one on the STM32F4-Discovery | Alain's corner
http://alain.wanamoon.net/2014/11/21/studying-disassembled-while_one-on-the-stm32f4-discovery
Whatever I feel like talking about. Skip to primary content. Skip to secondary content. Studying disassembled while one on the STM32F4-Discovery. November 21, 2014. In my previous article. I described how I compiled and run/debugged a C forever empty loop on the STM32F4-Discovery with the bare necessities (GNU Emacs, GNU make, OpenOCD, GDB). Since the job is quite simply already done in the GNU Tools for ARM Embedded Processors. Is used for the specific memory map. 40] ; (8000074 Reset Handler 0x2c ).
alain.wanamoon.net
STM32F4-Discovery | Alain's corner
http://alain.wanamoon.net/tag/stm32f4-discovery
Whatever I feel like talking about. Skip to primary content. Skip to secondary content. Page 1 of 2. Less talk, more code: minimalist bare metal programming from scratch episode 0. January 30, 2015. I have rebooted my software development activities with the STM32F4-Discovery around a (for me) new concept: minimalist bare metal programming from scratch. The idea is to go through the development of an unlimited number of self-contained applications of increasing complexity, starting from scratch. I might ...
alain.wanamoon.net
openocd | Alain's corner
http://alain.wanamoon.net/tag/openocd
Whatever I feel like talking about. Skip to primary content. Skip to secondary content. Less talk, more code: minimalist bare metal programming from scratch episode 0. January 30, 2015. I have rebooted my software development activities with the STM32F4-Discovery around a (for me) new concept: minimalist bare metal programming from scratch. The idea is to go through the development of an unlimited number of self-contained applications of increasing complexity, starting from scratch. November 14, 2014.
alain.wanamoon.net
Cortex M4 | Alain's corner
http://alain.wanamoon.net/tag/cortex-m4
Whatever I feel like talking about. Skip to primary content. Skip to secondary content. Tag Archives: Cortex M4. Page 1 of 2. Less talk, more code: minimalist bare metal programming from scratch episode 0. January 30, 2015. More on the concept can be found at bare. See also my Git repo’s feed on this page. I could post walk-throughs if there is some interest. Drop me a line in that case. Studying while one linker script on the STM32F4-Discovery. January 17, 2015. In my previous article. I might as well s...