STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Example or guide to use LwIP PPPos ?

Hi,we are starting to learn about LwIP in order to create a http server in a stm32f4. At this moment we have a functional hardware that act as http client using a modem with AT Commands (the quectel MC60). However, now we have been asked to create a ...

DCajigal by Associate III
  • 2283 Views
  • 2 replies
  • 0 kudos

Resolved! Application not loading after DFU:Leave

I am trying to program the STM32F401 flash on our board in DFU mode. I am using the dfu-util tool in my Linux computer.I am using the following code to flash and jump to application code.dfu-util -a 0 -s 0x08000000:leave -D <location-to-binary>.binAf...

PA.3 by Associate
  • 1652 Views
  • 1 replies
  • 5 kudos

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
  • 1651 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
  • 431 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...