STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! How can I handle "SD card is being extracted and reinserted while system is running" (STM32H7 with FATFS)?

I am stuggling with following task:My system is running with SDCard perfectly when either SD card is inserted or not at power on. So file system is working if card is present at power on.It also detects when the card is extracted while system is runn...

GS1 by Senior III
  • 713 Views
  • 1 replies
  • 0 kudos

Resolved! [bug fixes] STM32H7 Ethernet

@Amel NASRI​, @ranran​, @Piranha​, @Harrold​, @Pavel A.​ V2 of my fixes and improvements to H7_FW V1.5.0/V1.6.0 Ethernet...Changes includeDecoupling receive buffers from receive descriptors so buffers may be held any length time without choking recei...

alister by Lead
  • 33913 Views
  • 97 replies
  • 14 kudos

Issues with PDM mono microphone with I2S

Dear all,I have some trouble setting up the correct acquisition of the MEMS microphone over I2S.Consider the STM32F401RE Nucleo board connected to the IMP34DT05 PDM microphone with L/R to GND.Through Mx, the I2S peripheral is configured as follows:Th...

0693W00000GYxgwQAD.png 0693W00000GYxe3QAD.png 0693W00000GYxi9QAD.png
frnt by Senior
  • 2384 Views
  • 8 replies
  • 0 kudos

Resolved! STM32F412 I2C slave that may be required to transmit or receive (non blocking with interrupt) without knowing it first?

On a STM32F412 I need to have an I2C slave that may be required to transmit or receive data without knowing it first.The problem is that we have two separate functions:HAL_I2C_Slave_Receive_IT to receive data from the master, but the driver will hang...

Guidoted by Associate III
  • 2735 Views
  • 7 replies
  • 1 kudos

freemodbus poll question

hello every oneWe are developing a device with LwIP2.1.2 and FreeRTOS.We used Comm Operator to test freemodbus and run an endurance tests with a polling modbus every 0.1 second.but if we use both of them in same time(refresh the web and read data via...

Pohan by Associate
  • 690 Views
  • 1 replies
  • 0 kudos

Using ADC in interrupt mode, using callback HAL_ADC_ConvCpltCallback() to read values from two channels. But I am getting OVR error.

I place a break point in the callback HAL_ADC_ConvCpltCallback() and the first time it is entered EOC, EOS, OVR are all set. So I have already missed reading a conversion. How are mulitple values read using interrupts. After reading through the doc...