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

STM32L462 With USB DFU goes into Hardware fault when in the methods from usb_dfu_if.c I use the HAL_FLASHEx_Erase.

I have made a DFU application on the STM32L462RET6 CPU.From the CUBEIDE I set the:HSEEnable USBSelect the DFU as a Class For fs Ip.Set the app start address to 0x8008000 Set the DFU media interface to @Internal Flash  /0x08000000/01*032Ka,01*480KgSet...

MRosc.1 by Associate II
  • 712 Views
  • 3 replies
  • 0 kudos

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
  • 570 Views
  • 2 replies
  • 0 kudos