STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Connecting Sensortile with Cradle through ble to Macbook

Posted on July 11, 2018 at 02:32I have been trying to figure out if there is a way of streaming data from Sensortile, which is soldered on a cradle. However, besides using BlueMS app on the phone, I wasn't really able to stream data out of it, and n...

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...

looking for support, I pay for it: STM32 + LWIP + phy

Posted on July 10, 2018 at 13:57Hi I have a design with a STM32 and dp83848c. Everything works fine there. For my customer I needed to extend the board with a second ethernet connection, so my boards can be daisy chained.So I replaced  dp83848c with...

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...

C++ no bad alloc exception for vector class

Posted on June 24, 2018 at 21:34Hey guys,I'm using C++ on my STM32F429 with G++ compiler.I was trying to test the limits of the vector class. However I'm always running into a hard fault. I'm expecting a bad alloc exception instead.http://www.cplusp...