STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I want to implement a single functions that continuously controls two or more output peripheral all at once. Which is a proper way to achieve that?

I'm working on G030C6 MCU.I have written a program that takes input from multiple sensors and based on the input (true/false) give output to other peripherals. Input is taken from polling therefore all the functions are written in main while loop. I'...

GSaw by Associate II
  • 327 Views
  • 2 replies
  • 0 kudos

How to abort HAL_I2C_Slave_Transmit_IT

HAL_I2C_Master_Transmit_IT can be aborted via HAL_I2C_Master_Abort_IT.But how to abort HAL_I2C_Slave_Transmit_IT?There does not appear to be a corresponding abort function.If a callback complete does not occur, the software should be capable of abort...

A problem when receiving data with TCP LwIP

I had a problem when receiving data with TCP LwIP: Because TCP max segment size is 1460 so I can not receive the whole response from the server (2.75KB), I just received only 1440 Bytes. Are there any ways to receive full the response data? Can someo...

0693W00000GZ2oXQAT.png 0693W00000GZ2vDQAT.jpg
NLong.1 by Associate
  • 760 Views
  • 1 replies
  • 0 kudos

STM32 HID HOST-DEVICE Communication

I have two stm32F4 discovery boards and want to send data from one board to another through USB HID.I uploaded HID Device(as Keyboard) code to one board and uploaded HID Host code in another board. The host code is detecting the device but not recogn...

MPate.7 by Associate
  • 616 Views
  • 3 replies
  • 0 kudos

Resolved! Information about MPU settings for the STM32H743

Hello,I am working on a project for DMA transfer of data from multiple channels of AD in the STM32H745. Cannot get A/D data. I am having a problem with itSince the STM32H745 does not have an ADC DMA project, the STM32H743 project is being ported to t...

forst by Associate III
  • 2234 Views
  • 1 replies
  • 0 kudos