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! Code running slow on M4 CPU of a STM32H747 DISCO board

I'm using a STM32H747 DISCO boad and I just want to use the M4 CPU. When start, the M7 configs the Clock and does nothing since then. There is only a simple case running on the M4 CPU. The case takes 200ms on M4 while it took only 20ms on a Risc-v@30...

Ss.9 by Associate II
  • 817 Views
  • 3 replies
  • 0 kudos

STM32 crypto on microSD with PC deciphering

I am working on STM32u585. The STM receives data on SPI bus, cipher data and store cipher data on microSD.Then the microSD is read on PC and data has to be deciphered for human reading.What is the best mean to perform this ciphering process ? Can the...

FCont.1 by Associate
  • 610 Views
  • 2 replies
  • 0 kudos

Need to send ASCII and then HEX

I am trying to send commands to a Netion display which needs ASCII and then termination of 3 hex 0xFFs.I tried this: HAL_GPIO_WritePin(GPIOA, GPIO_PIN_4, GPIO_PIN_SET); char Cdata[11] = "bt6.val=[1]"; HAL_UART_Transmit(&huart1, Cdata...

SScot.3 by Associate II
  • 2400 Views
  • 10 replies
  • 0 kudos

Resolved! Generated Binary file size is too large(~2.3GB)

Hello Community,I am working with "STM32F746G-DISCO" Board, "STM32CubeMX", "STM32CubeIDE", and "TouchGFX Designer" .I would like to program GRAPHICS Data in to "QUADSPI Flash".When i compile firmware in "DEBUG" mode, ".bin" file size = 2.3GB".elf " f...

Resolved! Trouble to locate data section in flash (STM32F207)

Hi,I attempt to locate information about the firmware in flash. To do so, the data are stored in a dedicated section (called CONTROL_UNIT_SECTION):/** @brief Definition of the firmware info. */ typedef struct firmware_info_t { uint8_t id; ...

TPier by Associate III
  • 1397 Views
  • 5 replies
  • 0 kudos

Cache coherency issues when reading DMA buffer from ADC

Hello,I face serveral data coherency issues on my dma buffer which is used to place the values of serveral ADC channels into it. This is executed on M7 contextJust as a reference, I have a dummy project without any MPU configuration and data cache is...

Floki.1 by Associate II
  • 945 Views
  • 2 replies
  • 0 kudos

Resolved! STM32WBxx spi HAL driver seems buggy when transmitting in 8 bit modes (not interrupt nor DMA driven).

In STM32Cube_FW_WB_V1.12.1 the function HAL_SPI_Transmit() increase buffer point per sizeof(uint16_t) when sending data in 8 bits mode; this lead to 1 byte every 2 bytes not being send out. See the below snippet from HAL_SPI_Transmit() /* Transmit da...

LVers.1 by Associate III
  • 1248 Views
  • 5 replies
  • 0 kudos