In this article, I will try to communicate with SPI using Mbed. I wrote an article about SPI using HAL at here, but this time I will use Mbed. Here is the development environment at the time of submission. PC: Windows 10 OS IDE: STM32CubeIDE Version1.3.0 Board: STM32Nucleo-F401RE Overview ofRead More →

In this article, I will try to use I2C communication with Mbed. I wrote an article about I2C using HAL in here, but this time I wrote about the case using Mbed. Here is the development environment at the time of posting. PC: Windows 10 OS IDE: STM32CubeIDE Version1.3.0 Board:Read More →

In this article, we will try to access the SD card using Mbed. Here is the development environment at the time of posting. PC: Windows 10 OS IDE: STM32CubeIDE Version1.3.0 Board: STM32Nucleo-F401RE Mbed OS2 project files You can download the Mbed OS2 project here. However, please note that the boardsRead More →

Previously, we were able to run the DigitalOut and Serial classes of Mbed. This time, we will try to run the Ticker class. Here is the development environment at the time of submission. PC: Windows 10 OS IDE: STM32CubeIDE Version1.6.0 Configurator: STM32CubeMX Version6.2.1 Board: STM32Nucleo-F401RE What is the Ticker classRead More →

In the previous article, we tried to run the DigitalOut class (GPIO output port) of Mbed. This time, I will try to run the Serial class. Here is the development environment at the time of posting. PC: Windows 10 OS IDE: STM32CubeIDE Version1.6.0 Configurator: STM32CubeMX Version6.2.1 Board: STM32Nucleo-F401RE What isRead More →

Here is the development environment at the time of posting. PC: Windows 10 OS IDE: STM32CubeIDE Version1.6.0 Configurator: STM32CubeMX Version6.2.1 Board: STM32Nucleo-F401RE Download the project Download the project as a zip file from here and unzip it. Once unzipped, a folder called F401mbedBase will be created. Import the project StartRead More →

It’s not easy to use Mbed with STM32CubeIDE. I have tried to make Mbed OS2 projects usable in STM32CubeIDE. However, it is limited to the following conditions PC: Windows 10 OS Board: STM32Nucleo-F401RE If you want to try to use Mbed in C++, you can download the following project. ProjectRead More →

This time we are talking about the Mbed cloud. If you are not familiar with Mbed, please visit here. The development environment is available in the cloud, so you can run your program without building an environment. If you have a compatible board and an internet connection, you can registerRead More →