User Activity

How can we provide support to two devices (startup files) for a developed application. I am using STM32L432KC MCU and i want to migrate my application to STM32L452RE MCU. Is there any way to do the same?
Posted on May 10, 2017 at 15:17Hello All,I want to use the SMBus library written by MCD team. Could you please help me out with sample code to communicate with two microcontrollers?Here is the snippet of my code:/* SCL */ GPIO_InitStruct.Pin = GPIO_...
Posted on February 23, 2017 at 10:47Hello,I wanted to delete the directories created using f_mkdir(). I have created some files inside directories. I could delete the individual files inside directories but unable to delete the entire directory.My a...
Posted on February 05, 2017 at 16:28Hi,I am trying to interface SD card to stm32l432kc micro controller over SPI and using sparkfun's sd card breakout board.https://www.sparkfun.com/products/12941. I am using sandisk 2GB memory for test.I did connec...