Interfacing SDcard with stm32 using Spi interface, sdcard is of 16gb ,and while storing json files to sdcard it stores upto 50 files in faster rate but after 50-60 files the rate of storing files getting slower, why??please let me know, what could be the possible issue...
Hello,
I want to communicate with the STM32F4 Discovery card and the PLC Stamp Mini module via SPI.
This module has a QCA7000 chip inside.
I selected the SPI2 channel as SPI mode 3 (CPHA = 1 , CPOL = 1) and the Chip Select pin as PE4.
I want to send the 0X1A00 data and embed it as 0xAA55 in...
Hi. I am using STM32F407VGT6 this one and RadioLink SE100 GPS. I am trying to get $GNGGA data via USART and displaying it in putty terminal. I am able to get and print data. After 3-4 minutes gps sensor led is blinking but no data is printed on terminal.
/* USER CODE BEGIN Header */
/**...