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

Resolved! Occasional errors on UART's received Bytes.

Hi, everyone,I have been struggling with an issue for sometime. Upon reception, occasionally, a Byte is received with an error in which the most significant bit is received as a '1'. For example, if 0x55 (0101 0101) is sent, 0xD5 (1101 0101) is rece...

PMach.1 by Senior
  • 3784 Views
  • 13 replies
  • 0 kudos

Resolved! Can I use ALL of STM32H750's SRAM for continuous data?

I'm not having any time critical routines so I'm hoping of using all of the MCU's 1MB of RAM for data. As I understand from the RM, RAM is organized in a several banks. Can it be used as a continuous chunk of 1MB for data?

Slina by Associate III
  • 845 Views
  • 4 replies
  • 0 kudos

CAN ID/MASK Filter Setting

Hi, I am using NUCLEO-F302R8 EV-board. I want to configure the CAN as:use all 3 transmit mailboxes with different mailbox IDFiltering ID number for each mailbox Receive three complete message for each FIFO with filter ID numberBy following CAN settin...

NASI by Senior
  • 602 Views
  • 0 replies
  • 0 kudos

half-duplex spi slave can't transmit datas

i used stm32f031 as master & slave, NSS is alwasy low, connect MOSI and MISO. the master transmit datas successfull then changing the master direction to receive data( SPI->CR &=~SPI_CR1_BIDIOE), at the same time slave recv and try to transmit data...

Jseyn.1 by Associate III
  • 402 Views
  • 0 replies
  • 0 kudos

Trying to learn the STcube/HAL-interfaces on a NUCLEO-F446RE but got stuck at a very basic level. To control a pin (LED) worked well but trying to read the button-pin (PC13) doesn't seem to work. Though an example with interrupt on that pin work. See ex.

 HAL_Init(); SystemClock_Config();// Configure the system clock to 180 MHz __HAL_RCC_GPIOA_CLK_ENABLE(); GPIO_InitStruct.Pin = GPIO_PIN_13; GPIO_InitStruct.Mode = GPIO_MODE_INPUT; GPIO_InitStruct.Pull = GPIO_NOPULL; HAL_GPIO_Init(GPIOC, &GPIO_InitStr...

RLind.2 by Associate II
  • 501 Views
  • 2 replies
  • 0 kudos

Resolved! F4 and F7 SPI CLK waveform

During testing an SPI DAC (TI DAC8563) on an STM32F446RE (where it works) and on an STM32F767ZI (where output is always 0V), I noticed a different SPI clock waveform.In F4 you have three "8 pulses" signals from CLK (the message from MOSI is 24 bit), ...

0693W000004J8AmQAK.png 0693W000004J8B1QAK.png

HRTIM v2 - PWM higher than 16 bits

I'm using HRTIM to generate 16 bit duty cycle PWM on a G474, it works nicely.How can I configure the HRTIM to do more than 16 bit duty cycle?I've read the HRTIM cookbook and had a look at what configuration options are available in the HAL. I was hop...

Mac by Associate
  • 761 Views
  • 2 replies
  • 0 kudos