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

Configuring CAN - error with CubeMX 4.24 STM32F4 1.19.0 ?

Posted on February 26, 2018 at 17:15I try to configure a CAN peripheral in the same kind as before. I want to use the new CAN driver functions.As soon as I’am setting the clock to HSE and 168 MHz no change in CAN is possible. Setting Clock to HSI se...

fe3 by Associate III
  • 378 Views
  • 0 replies
  • 0 kudos

Bugs in F7 Examples - STM32Cube_FW_F7_V1.9.0

Posted on February 21, 2018 at 18:46Wrong interrupt name, doesn't match macro, missing DMA_Tx handlerSTM32Cube_FW_F7_V1.9.0\Projects\STM32F769I-Discovery\Applications\Display\LCD_PicturesFromSDCard\Src\stm32f7xx_it.c (and .h).../** * @brief Handles ...

LoRa beginner

Posted on February 25, 2018 at 18:11Hi. I need to start to use the sx1276 for LoRa implementation.I looked that there is a demoboard that support mbed but I think it is not good for me because I can't use mbed libraries and I need to implement LoRa ...

Stm32f103 CAN

Posted on February 26, 2018 at 14:37Hi friends,I am using first the CAN protocol and what I didnt understand is STM32F104 contain just master CAN ,is it possible stm32f103 to stm32f103 CAN protocol?

Zek_De by Senior
  • 323 Views
  • 0 replies
  • 0 kudos

STM32F7 max SPI clock at 1.8V Vdd

Posted on February 26, 2018 at 14:19According to the table 86 in STM32F777xx datasheet, the max SPI clock in master mode for SPI1,4,5,6 is 27 MHz (at 1.7 Vdd). However, if I setup the STM32F777 in STM32cubeMX for 1.7 Vdd operation, and use the max H...

Read/Write configuration data in Internal flash

Posted on February 26, 2018 at 13:56 Hello All, I do a project for STM32f303 and I am a beginner not experienced one. I want to write configuration data in the internal flash. I used these functions for read and write. void write_flash (ui...

Can't get started with STEVAL-FKI433V1

Posted on February 26, 2018 at 10:44Hey!I bought the STEVAL-FKI433V1 and I've downloaded the software: S2-LP DK Application v.1.2.0 and S2-LP Consumption Tool v.1.0.0. I've followed the steps in the user manual but nothing happens. The computer can ...

CPU utilization/Load on STM32F767

Posted on February 26, 2018 at 10:42Hi,I am trying to get CPU load/utilization on STM32F767 Nucleo 144 board.I am using CPU Load calculation implementation from https://community.st.com/external-link.jspa?url=https%3A%2F%2Fstm32f4-discovery.net%2F20...