STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 2375 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
  • 561 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...

How to integrate uIP stack on stm32?

Hi,I am working on stm32 device which is interfaced to LAN9250 using SPI.i want to integrate the stack(i am not considering the lwIP due to very less RAM available on MC.)Has anyone ported uIP stack on stm devices? i want to send UDP packets from MC ...

BChav.1 by Associate III
  • 635 Views
  • 0 replies
  • 0 kudos

I am using stm32f746g discovery board. I am tried "usb host msc class firmware update" I segregate my internal flash, 0x08000000 to 0x0804000 - USB boot application 0x08040000 to 0x0810000 - USER application

Prior to this i am trying to jump the user application from boot application, but it is not working. After change the linker file script in my user application it's working properly.My application run at 0x0804000.Now my problem is everything i am do...