STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F429 Stopping SPI

Posted on April 18, 2018 at 20:03Hi, thereThis might be a basic question, but I've been trying to solve it for a few days now. I hope there will be an SPI expert who is willing to help. My codes are as follows:=======================================...

Eric Lin by Associate II
  • 746 Views
  • 6 replies
  • 0 kudos

How to set the baudrate for USB Host CDC?

Posted on April 19, 2018 at 23:20Hello,I'm working on STM32F407VG board. During device enumeration, both the Host and Device use full steep 12MB/s.After enumeration, can I set '115200 8N1' for the communication? I tried to call CDC_SetInitialValue()...

Pilot B by Associate II
  • 514 Views
  • 2 replies
  • 0 kudos

Keep user codes

Posted on February 19, 2018 at 12:13How can one keep the custom codes in a subroutine where there is no by default a special place for it?For instance I'm using MX_TIM1_Init(void)in which there is no dedicated space for my codes such as/* USER CODE ...

Help with CAN filter on stm32f767

Posted on April 12, 2018 at 10:21Hello, I would like to be able to receive CAN message 0x200(CAN_ID_RX is 0x200) and I have a CAN filter configured like this:sFilterConfig.FilterBank = 0; sFilterConfig.FilterMode = CAN_FILTERMODE_IDLIST; sFilterConf...

SPBTLE-RF in STM32L4 Discovery kit IoT node

Posted on April 20, 2018 at 16:04Hi!!Can anyone give me a SPBTLE-RF module tutorial or some sample code for a STM32L4 Discovery kit IoT nodeCheers.#spbtle-rf #stm32l4-discovery-kit-iot-node #spbtle-rf-in-stm32l4-discovery-kit-iot-node

Resolved! How to do a byte program on my STM32L4R5 platform ?

Posted on April 20, 2018 at 05:19I didn't find a way to do a byte program on my STM32L4 , there is a doubleword program exist in the stm32l4xx_hal_flash.c file.How can i do that , read the doubleword out first and modify one byte and do a doubleword...

fema by Associate III
  • 582 Views
  • 5 replies
  • 1 kudos