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

STM32H7 Dual Core shared memory access

Hello!i am currently working with the dual core H7 trying to create some kind of communication systems between the cores. i have read and tried to implement what was suggested in the following thread: Best/easiest way to share data between cores in S...

yuri CH by Senior
  • 4064 Views
  • 5 replies
  • 0 kudos

Enable/Disable interrupt in sleep mode

Hi all,I work with STM32F413 and CMSIS os.I have a problem when I put the CPU in sleep mode by HAL_PWR_EnterSTOPMode.In the os_idle_demon I need to disable one external interrupt, do some job and enable again the interrupt and so on.My problem is tha...

Shush1908 by Associate II
  • 1357 Views
  • 3 replies
  • 0 kudos

CONFUSION IN STM32F302R8 MASTER TRANSFER DATA DIAGRAM

Im having a confusion on my diagram about the EV2. Why does the EV2 happens during the transfer of data1? and it does not happen during transfer of data2? Or could someone explain about my master transfer diagram? the MCU model is STM32F302R8

0693W00000FDVJtQAP.jpg
WM_IR by Senior
  • 1263 Views
  • 5 replies
  • 0 kudos

try to communicate between Two STM32 F407 discovery board in I2C Protocol but slave not work properly it gives no output

master side :uint8_t TMP102_ADDR = 0x08;uint8_t REG_TEMP = 0x01;int result = 0x01;(result is numerical data which i want to transfer to another stm 32 ) HAL_I2C_Master_Transmit(&hi2c3,(TMP102_ADDR<<1),&result,sizeof(result),100);slave side stm 32 pro...

PANAN.1 by Associate II
  • 993 Views
  • 5 replies
  • 0 kudos

How to run DAC in STM32F107VC using HAL functions?

Hello. I have written a program to run the DAC in the STM32F107VC and I have used STM32CubeMX and HAL functions. But I don't see any waveform in the DAC output (PA4 pin). I was able to run the DAC using set the DAC registers. But I don't succeed with...

RezaMRBM by Associate II
  • 3458 Views
  • 4 replies
  • 0 kudos

Flashing a HEX file in STM32F4

Hi forum.. I developed a bootloader for flashing a hex file present in usb key. The text from the usb key is transferred via UART to another micro.. The bytes are then flashedin the flash area.. You can find the HEX file in the usb key here ..When I ...

SGasp.1 by Senior
  • 3121 Views
  • 5 replies
  • 0 kudos