STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Question about CMSIS driver

I've download the CMSIS pack for STM32H7 series. ST implement an I2C driver function like this:​int32_t I2C_MasterTransmit (uint32_t addr, const uint8_t *data, uint32_t  num, bool  xfer_pending, I2C_RESOURCES *i2c), ​but the website, https://arm-soft...

JLee.32 by Associate III
  • 1539 Views
  • 8 replies
  • 0 kudos

Problem with USBPD 1.3.0 as sourcing device

Using USBPD 1.3.0, DRP_VDM project running on P-NUCLEO-USB002. Adding SOURCING_DEVICE macro.STM32 is UFP (after Data Role Swap). The DFP requests Discover Identity of the SOP' but the STM32 answers with GoodCRC and never ACKs the Discover Identity.It...

CMcCo.1 by Associate
  • 423 Views
  • 1 replies
  • 0 kudos

Interfacing with MEMS digital microphone

Hello,I'm using an stm32l151re to interface with mp34dt05-a mems microphone. I'm using it to determine noise level. The communication between smt32 mcu and the sensor is based on I2S protocol with dma. My issue is that my project consists of multiple...