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

.data �?역�?� 2개�?� Memory �?역�? 할당하는 방법

안녕하십니까?STM32H743�?� 예로 들 경우,​MEMORY{RAM_D1 (xrw) : ORIGIN = 0x24000000, LENGTH = 512KRAM_D2 (xrw) : ORIGIN = 0x30000000, LENGTH = 288KRAM_D3 (xrw) : ORIGIN = 0x38000000, LENGTH = 64K}​​와 같�?� �?역�?� 있�?� 때, RAM_D1�?� 공간�?� 부족하여​.data 섹션�? 대해서 RAM_D1과...

How to use dfu in project to flash the uC

I need to do an upgrade of the firmware via software. From my C++ app i have to call dfu-util, i guess, or if there is any other way please let me know, to download the upgrade to the uCFor the moment i am calling it like a system call, and i wonder ...

EPop.2 by Associate II
  • 1037 Views
  • 4 replies
  • 0 kudos

Resolved! Which OCTOSPI pins can be used as MOSI and MISO in single mode?

It is written in the STM32U575/585 reference manual (see below) that the data is sent to the external device over the SO(IO0) signal and that The data received from the external device arrives via SI(IO1). Now, SO is known as Slave Out but here it i...

0693W00000Y8IX0QAN.png
bmn by Associate II
  • 1900 Views
  • 2 replies
  • 0 kudos

I2S clock strobing

The stm32u5xx_hal_sai.c sets up the I2S clock strobing like this:static HAL_StatusTypeDef SAI_InitI2S(SAI_HandleTypeDef *hsai, uint32_t protocol, uint32_t datasize, uint32_t nbslot) { HAL_StatusTypeDef status = HAL_OK;   hsai->Init.Protocol ...

clock setting, STM32H750

Hello,I have two different clock setting and only one of them works - but I have no idea why?The only difference is the PLLM and PLLN value: RCC_OscInitStruct.PLL.PLLM = 25; // 5 NOT OK RCC_OscInitStruct.PLL.PLLN = 432; // 160 NOT OKWould appreciate ...

pk84 by Senior
  • 3323 Views
  • 11 replies
  • 0 kudos