STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Stm32CubeF4 I2C examples for different boards

Hi,​Im trying to establish an I2C communication between stm32f446nucleo board and stl32f469i disco board,​​I flashed the stm32f446-nucleo I2C master code example from cubeF4stm32f446 into an stm32f446 nucleo board and the slave I2C code example from ...

AzureRTOS, how to transmit TCP large data buffers?

Hi,I did the function below to transmit TCP data: But I only can transmit up to 4K bytes using this function. If len is bigger than 4K bytes, nx_tcp_socket_send fails. void TCP_Send(void *buf, uint32_t len){ UINT ret; NX_PACKET *send_packet;nx_packet...

Asantos by Senior
  • 579 Views
  • 2 replies
  • 0 kudos

STM32F103 USB bulk

Hello,I'm working on a project based on stm32f103 (nucleo-64). I would like to exchange the data between the stm32f103 board and my PC using usb device. With COMx port the code works but the speed is slow, so I did some modifications to switch to bul...

Bootloader (USB) DFU Issues on the new STM32G0B1xx

I had a previous issue with the generated CubeMX code, but saw it was already found in: https://community.st.com/s/question/0D53W00000qwRCQSA2/possible-stm32g0-cube-mx-generation-error-for-usbAs per this fix, I am able to get USB DFU working in user ...

Fluxon by Associate II
  • 2573 Views
  • 7 replies
  • 0 kudos

How can a signature be added to a driver?

HelloI'm wanting an STM32 device to communicate with a laptop directly over the USB (i.e. using a CDC module). I've been following ST's "STM32 USB training - 09.3 USB CDC libusb device lab" video.In the video (at 13:18) they talk about installing a d...

RWilt.1 by Associate II
  • 1705 Views
  • 7 replies
  • 0 kudos