SD card on STM32F103RBT6 (without SDIO)
Posted on September 01, 2016 at 15:18Are there any firmware libraries for implementing SD card support and FATFS on STM32F103RBT6 which has no SDIO pins?Thanks for any guidence :) #stm32f103rbt6-sd-sdio
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 01, 2016 at 15:18Are there any firmware libraries for implementing SD card support and FATFS on STM32F103RBT6 which has no SDIO pins?Thanks for any guidence :) #stm32f103rbt6-sd-sdio
Posted on August 10, 2016 at 09:54Chip : STM32F303RE Toolochain : COIDE Hello everyone, I have a piece of code at the 0x08000000 and i am trying to jump to another piece at 0x8010000 (previously dowloaded via bluetooth, sent by a smartphone). I alre...
Posted on July 25, 2016 at 12:05 Hello, I have a few question about ADC. I want to drive ADC through DMA. The problem is that when I choose more than 6 samples I cannot enter in HAL_ADC_ConvCpltCallback. My second question is how to set the time...
Posted on August 31, 2016 at 01:49I also tried to reinstall the Cube, but even the installer does not start properly. I can see it runs for a moment and then stops. I have Win 7 32
Posted on August 12, 2016 at 04:18 I'm doing some for-fun bare metal programming on an STM32F103C8T6 in order to better understand how it works. Currently, I'm messing with the RCC module. However, I think I may have misread something in the ref...
Posted on August 31, 2016 at 16:09 Hi, I started a brand new project in STM32CubeMX, picked STM32F427ZIT6 MCU, selected SW4STM32 toolchain. Code generation settings not changed, left to default ''Copy only the necessary files'', ''Keep us...
Posted on August 02, 2016 at 11:51I want to develop a PCB with a STM32F4 by my own. And I am searching for compatible Crystal.During my research I looked at the values of the Crystal on the STM32F429I-EVAL Board and a now I�m a little confused.Becau...
Posted on February 22, 2014 at 17:03I have a problem with serial-over-USB port reconnection after stm32f4discovery board reset (for instance, re-programming) - with the native USB controller port, not the uart dongles. I have originally reported thi...
Posted on August 25, 2016 at 14:29Hi all,I'm still relatively new to development on MCU. So I'm hoping to get some help to start.I need to measure time between pulses in 20 nanoseconds resolution or less. I then need to transfer the measured value t...
Posted on August 30, 2016 at 03:56Hi, I am using pin PA4 as a DAC output on an STM32F405. I then have a unity gain op-amp buffer. My supply is 3.3V. What I want to do is rather than create a SINE output at some frequency, is to generate a DC signal....