STM32F4DIS-BB FatFs
Posted on July 14, 2017 at 20:24The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on July 14, 2017 at 20:24The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 25, 2018 at 18:02I have implemented on stm32f103xx the example TIM_ParallelSynchro, this not work. For stm32f407xx fine work.int main(void){HAL_Init();SystemClock_Config();InitConfigTIM3_Master();InitConfigTIM2_Slave();while (1){}}st...
Posted on March 24, 2018 at 12:39Hi,I'm using STM32L011D3 to control L6397ED driver. Everything works fine until supply voltage on L6387ED drops below threshold voltage (typ. 6V). When voltage drop on driver occurs, supply voltage on microcontroller...
Posted on March 24, 2018 at 17:51Hello everyone,I'm starting a blank project and would like to know the best way to configure the clocks (without using CubeMX).The initial project therefore contains the startup file stm32f413xx.s as well as the file...
Posted on March 24, 2018 at 22:40 Hello Today i was playing around with the bxCan module in a NUCLEO-F091RC, and trying to understand how the filter works. Afterrading some posts here in the forum i was able to understand the concept of ID ...
Posted on March 24, 2018 at 15:27my register set around 0xa0000080 was belowand fmc clock was enablebut i still couldn't reset nand flash and read a error nand id as belowmy reset nand code as below#define READ_ID 0x90 #define NAND_RESET 0xFF #defin...
Posted on March 24, 2018 at 19:38 Hi Folks, I am trying to read a potentiometer over one ADC channel of the only available ADC1 peripheral on my STM32F4 board. It works fantastic, when i configure ADC without DMA and when i set only the End of...
Posted on February 09, 2017 at 20:44is there any example of how to use HAL and USB (VCP) for stm32f103?thank!
Posted on November 07, 2017 at 12:49The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on March 25, 2018 at 11:18With basic programming, now it can output some voice via 3.5mm one. But now don't know how to control the frequency of voice.#voice