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

I want to cmake built project to my stm32F4~ based board.

I would like to upload a project built with cmake gui in the Window10 to mcu board based on stm32f427II chip. When I build cmake, configure is configured as VS2017, and the result is as shown below. However, to upload to the board, I think I need to ...

WJANG by Associate
  • 872 Views
  • 2 replies
  • 0 kudos

RTC alarm problem only with some MCUs

Hi, I have a strange behavior with the RTC alarm only with some MCU. In my project use the STM32L476, when I set the alarm the MCU wake up without problem, but this work fine only with some board. On the other boards with the same MCU and the same FW...

felia by Associate II
  • 1007 Views
  • 5 replies
  • 0 kudos

STM32L4 HAL I2C communication

Posted on January 09, 2016 at 20:34Hello.I recently started testing the communication over I2C on a NUCLEO-L476RG board using the HAL API.Looking through the reference manual (http://www.st.com/st-web-ui/static/active/en/resource/technical/document/...

I am having trouble with the function HAL_QSPI_TRANSMIT().

I am using the QSPI on my nucleo STM32F767zi  board to access a WINBOND FLASH chip.  I am using cubeMX 2.61 with IAR compiler 7.80. ​I can access the FLASH chip using HAL_QSPI_COmmand(). I appear to get dat when I issue a command to read the chip and...

MSimm.15 by Associate
  • 596 Views
  • 0 replies
  • 0 kudos

Using bxCAN HAL; STM32F072

To begin, I have a question regarding the CanTxMsgTypeDef and the CanRxMsgTypeDef configurations (listed here.)My question is, how to properly initialize the parameters :uint8_t Data[8]; of CanTxMsgTypeDef and uint8_t Data[8]; CanRxMsgTypeDefI can lo...