• httpd web server on stm32f407vg
    /* Includes ------------------------------------------------------------------*/ #include "main.h" #include "lwip.h" /* Private includes ------------------------------------------------------...
  • Different STM32F405RGxx MCUs
    I am trying to find the technical difference between the following STM32 chips: STM32F405RGT7, STM32F405RGT6, STM32F405RGT6W and STM32F405RGT6TR. I know the details of the STM32F405RG family, but I cannot...
  • Configuring UART in STM32F429I DISC1 board
    Hello, I recently started learning ARM programming and currently taking a course on Udemy. It covers GPIO, SPI, I2C and and UART register level programming. So far I have only been able to make GPIO...
  • CMSIS: Storage interface vs Flash interface - what's the difference ?
    Hello, I reviewed both CMSIS Storage interface and Flash interface, and did not understand what is the difference between both. They both seem to relate to flash memories, so I am not sure when to...
  • Cannot access target, debug stopped STM32F407 ARM Cortex
    Hello, I am trying to run deep learning neural model described in https://www.dlology.com/blog/how-to-run-deep-learning-model-on-microcontroller-with-cmsis-nn/ , I am using updated MDK Lite version...