STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SD card with STM32F103C8

Posted on July 10, 2018 at 22:47I generated the FATFS with cubeMX.How can I direct the driver to use the SPI to communicate with the SD card? Also the FatFs_Usd project under the STM32Cube F1 package is not showing how can I communicate with SPI!tha...

TIM16 for LL_TIM_SetCounter/LL_TIM_GetCounter

Posted on July 10, 2018 at 22:55Hi,I am trying to use TIM16 for timer counter for Nucleo-144 board. After init, I do have code to SetCounter/EnableCounter.After that the counter value get from GetCounter never increase as I am expecting.Is there any...

Why is my OC Toggle timer output inconsistent?

Posted on July 04, 2018 at 21:03Using TIM1 Channel 1N and Channel 2N, where Channel 1N is used for PWM output and Channel 2N is used for Toggle output, the Toggle output polarity is inconsistent. I stop both timer channels (HAL_TIMEx_PWMN_Stop and H...

UART RX Interrupt doesn't work

Posted on July 09, 2018 at 16:57Hello, I have a problem with UART RX interrupt on a STM32F777.I'm using cube mx, I've well enable interrupt in NVIC for my UART7.In my code, I do :HAL_UART_Receive_IT(&huart7, &UART_Data, 1);So when a character is rec...

STM32CubeMX + lwIP + DP83848 RMII

Posted on January 04, 2018 at 16:20 Hi. I have a project generated using stm32cubemx. lwIP, RMII, 50MHz MCO out. Static IP. ARP, ICMP modules is enabled. After starting the board i see (with wireshark) one Gratuitous ARP message fr...

STM32F446 Interrupt Query

Posted on July 10, 2018 at 08:03I am using STM32F446 Microcontroller in my project.But i have some points to know about  Interrupt.1. if i use multiple interupts  and  i am  not assign priority of interrupt than how interrupts execute?2. If I assign...