STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 845 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
  • 803 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
  • 2978 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
  • 2532 Views
  • 5 replies
  • 0 kudos

HEX file in stm32F4

Hi folks.. I did a bootloader for the STM32F4 microcontroller.. I read a text file and I flash the bytes.. i really don't understand the following parts of the HEX file ,.. :020000040800F2   :040000050800ACB98A    The other parts of the fix are addre...

SGasp.1 by Senior
  • 870 Views
  • 2 replies
  • 0 kudos