STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I2C master transmission with DMA not Working

Hi I'm trying to establish a communication using I2C with a MCP45HVX1 digital potentiometer device with the stm32g474-re discovery board, I'm using I2C2 module that has been configured with MX with interrupt enabled. I'm using PF0 as SDA and PC4 as S...

Vueko by Associate III
  • 539 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H7 playback example

Is there an application or example about an "audio playback" project using the SAI interface (SAIA-SAIB) connected to a Codec ?I'm using the Nucleo NUH723ZG board. Thank you, Carlo

carloV by Associate II
  • 392 Views
  • 1 replies
  • 0 kudos

Resolved! Hello, I am trying to set up a FDCAN communication (STD Id) at a baud rate of 250 kbit/s in STM32G473RBT . The Tx part seems to work perfectly but I have a problem at the level of the reception.

I try to just toggle a led for each received frame (STD ID).With a logic analyser I checked the Rx pin on the Rx MCU and the frames arrive well. Hence my feeling that the problem lies at the level of the callback function where the MCU never go.Than...

USB Device MSC with External Flash

Hi team,            I am working on stm32F7 discovery board, I am working on USB MSC Device however i am not getting , how to configure external flash of this discovery board as Mass Storage. My main goal here is as soon as i connect the controller t...

Shikamaru by Associate III
  • 1700 Views
  • 8 replies
  • 0 kudos

Resolved! ADC simultaneous measurement

ADC1_IN1ADC2_IN3ADC3_IN1 As i want to measure few signals simultaneously.can i configure by this way like ADC1, ADC2, ADC 3 or Separate channels from same ADC1

sag by Associate III
  • 1036 Views
  • 8 replies
  • 0 kudos

Need help with OV7670 connection without DCMI

Hello,I want to use a OV7670 camera module with my STM32U585CIU6, which has no support for DCMI. I've been trying to do an I2C address scan but I can't get the camera address. I'm using a custom board with 3 other modules that are properly identified...

How to implement SNMP v3 on STM32F207

Posted on March 07, 2018 at 13:45HiI need to create and SNMP agent on STM32F207 MCU with lwIP & FreeRTOS (or other if needed).Also I need to implement HTTP web server to host a small management page over the same.I'm new to this kind of application ...