32F769IDISCOVERY

Let’s talk a little bit about 32F769IDISCOVERY, a dev board that I recently bought in order to play with ARM® Cortex®-M7. The 32F769IDISCOVERY is powered by STM32F769NIH6 with 64Mb (512Mbit) Quad-SPI Flash memory and 16Mb (128Mbit) SDRAM. It’s composed by the main board STM32F769I-DISCO and TFT LCD board B-LCD40-DSI1. My Read more…

AVR-ISP-MK2 OLIMEX

This is a little post that shows the pinout of the AVR-ISP-MK2 programmer made by Olimex. Sometime we may need to change the programming protocol ISP,PDI,etc… and we don’t remember all the time the pin configuration. The objective of this post it’s a quick remember of the AVR-ISP-MK2 pin configuration.

GNU Make (Makefile)

As you already know,  a major part of the projects are managed using Make tool. The Make it’s a nice tool which controls the generation of executables based on rules. In this post I will share some of things that I found useful when you begin a project using Makefile. Read more…

Nokia 3310 demo using NuttX

Because I found this tutorial NuttX chanal and I remember that I have an old Nokia 3310 display, I continu to test NuttX using Nucleo L476RG board. Here are the pins configuration on Nokia 3310 display.  Nokia 3310 pinout In order to interconnect the Nokia LCD 3310 with the Nucleo board I decide to Read more…