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

USB HID device not listed in system devices

Posted on August 16, 2016 at 14:42 Hi, I try to create a simple USB HID device with an STM32f429 board (the one with the LCD screen). I search for information for weeks, but I can't make it work. I read many times that there are “t...

STM32F0 DISCOVERY INTERNAL TEMPERATURE

Posted on November 08, 2016 at 06:45 Hello everyone. I would like to measure the temperature in my discovery kit but I couldn't. Can ou help me? I am using Keil uVision5 and here is my codes; int main() { ADC_InitTypeDef ADC_InitStruct...

stm32cubemx 4.15.0 : incorrect board file for nucleoF746

Posted on June 09, 2016 at 10:34Hello, selecting nucleoF746 in cubemx (in the nucleo 144 line), i can see somme errors : 1/ the HSE frequency is 8mhz and not 16Mhz, and the clock in not corre ct (RCC not enabled, prescaler not set) 2/ pin PB00 LD1_G...

stm32f4 CAN Filter FIFO assignment?

Posted on November 08, 2016 at 04:48Hello,1. When creating a CAN filter, what is a reasonable strategy for FIFO assignment? 2. What happens when the same filter is assigned to both FIFOs?I am modifying an existing code base and the previous author a...

STM32L4xx with DMA receive timeout on UART

Posted on November 07, 2016 at 19:44Hello,I'm trying to setup DMA with a timer to check a timeout for my UART 1 on STM32L476G-EVAL board. The conditions are:1. I've setup the DMA receive buffer to be 32 bytes.2. If I start receiving data, I want to ...

mmahmood by Associate
  • 426 Views
  • 1 replies
  • 0 kudos

Nucleo-F767ZI and Ethernet with lwIP

Posted on November 03, 2016 at 16:58hi everybody, i was trying to set up an udp echo client by looking at the examples for the other boards provided in the F7 firmware package, after using CubeMX to initialize my board for Ethernet (in RMII mode) an...

matteo23 by Associate II
  • 1812 Views
  • 5 replies
  • 1 kudos

stm32 CAN filter FIFO assignment?

Posted on November 08, 2016 at 04:51Hello,1. When creating a CAN filter, what is a reasonable strategy for FIFO assignment? 2. What happens when the same filter is assigned to both FIFOs?I am modifying an existing code base and the previous author a...

STM32F217 and analog watch dog

Posted on November 07, 2016 at 18:40I use TIM8 for start of conversion  and ADC_EXTERNALTRIGCONV_T8_TRG event for get a value of ADC in recycle mode with analog WDG. analog watchdog. I set both AWDIE and EOCIE. It work fine. An interrupt occurs ever...

samj by Associate
  • 587 Views
  • 1 replies
  • 0 kudos