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

Hi, I use STM32F746 to build a modbus environment which connected to RS485 bus.I use as DE-RE pin is not a specially defined alternative function pin, so I defined it as output pin.However I am having a problem receiving the packages I send.

USART3TX--PB10RX--PB11DE-RE--PE15 /*Configure GPIO pin : PE15 */ GPIO_InitStruct.Pin = GPIO_PIN_4; GPIO_InitStruct.Mode = GPIO_MODE_OUTPUT_PP; GPIO_InitStruct.Pull = GPIO_NOPULL; GPIO_InitStruct.Speed = GPIO_SPEED_FREQ_MEDIUM; HAL_GPIO_Init(GPIOC, &G...

Bilge by Associate III
  • 526 Views
  • 0 replies
  • 0 kudos

How to Enable Analog Audio in STM32F769I Discovery Board ?

I have a Demo application based on the Audio Playback and record example program . This example defaults to using the onboard digital mics.  I need to use the analog mic/CN6 Line in (blue) jack .  I made changes to use the INPUT_DEVICE_ANALOG_MIC. T...

PR.6 by Associate II
  • 503 Views
  • 0 replies
  • 0 kudos

How to store the data at specific memory location in STM32

how to store the data in specific memory location by using Linker script i found this one in tool how to use this one can any one tell me.ENTRY(Reset_Handler)/* Highest address of the user mode stack */_estack = 0x20009000; /* end of "RAM" Ram type m...

MVENN.1 by Associate II
  • 4346 Views
  • 6 replies
  • 0 kudos

Resolved! Is it possible two use a single crystal oscillator to clock two differnt stm MCUs on the same board?

Hello All,I was wondering if it is possible to clock another STM32 MCU (STMF031) using the single existing crystal oscillator that is currently clocking the main MCU (STM32F334). It could really save me space, power, cost and another clocking source ...

ma.alam9 by Associate III
  • 2290 Views
  • 4 replies
  • 0 kudos

Resolved! Using STM32 FLASH memory

I am learning on using the STM32L431CC FLASH memory to store data after the microcontroller loses power. From compiling through Keil, I get:Program Size: Code=34316 RO-data=1228 RW-data=364 ZI-data=1908From the above, Is it correct that only 35Kbytes...

RrW1 by Associate III
  • 3621 Views
  • 9 replies
  • 1 kudos