STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Microcontroller programming technology

Hello. Please tell us how the microcontroller programming process works. The controller can be programmed in two ways, fill the firmware through the bootloader and through the programmer.If in the first case there is microcode on the controller that ...

k.s.corp by Associate II
  • 729 Views
  • 4 replies
  • 1 kudos

Resolved! Can't deference memory mapped qspi

I am using memory mapped mode of the QSPI peripheral on an STM32L452. I can see in the memory view at address 0x90000000 the bytes i expect. However, when dereferencing the pointer to that memory all i get is 0xFF's. In the attached photo you can see...

dan0 by Associate II
  • 922 Views
  • 4 replies
  • 1 kudos

Create an i2c connection with Raspberry Pi.

Hi everyone. I'm a novice so have patience with me. I have a stm32f103c8 (blue phill) card connected to 8 HC-SR04 ultrasonic sensors. I use the STM32Cube IDE. I already have the program ready to read the distances in all the ultrasonic sensors. Now I...

VGonz.1 by Associate
  • 407 Views
  • 0 replies
  • 0 kudos

Fast correlation slower than regular?

Arm_correlate_fast_q31 takes almost twice as much time as arm_correlate_q31.Am i missing something? I measured the calculating time for arm_correlate_q31 for various block sizes and then simply inserted the "fast_" in the function call and it takes a...

RMcCa by Senior II
  • 555 Views
  • 1 replies
  • 0 kudos

Resolved! How to receive stream through SPI using DMA ?

Hi, I am using an STM32F407VGx MCU and I am trying to receive data from SPI1 using DMA.STM32CubeIDE generated code for the SPI1 is the following:void MX_SPI1_Init(void) { LL_SPI_InitTypeDef SPI_InitStruct = {0};   LL_GPIO_InitTypeDef GPIO_InitStr...

simo zz by Senior
  • 1268 Views
  • 1 replies
  • 0 kudos

STM32L412C8 USART2 RX TX pin swap not working

I am using the STM32L412C8 and I am having trouble with the USART2 RX/TX pin swapping. I enabled it in CubeMX but if I send data to the PA2 pin (originally TX but should be RX after the swap) I get nothing. If however I send my data to PA3(should be ...

KAsim by Associate II
  • 2773 Views
  • 17 replies
  • 0 kudos