STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Websocket over TCP implementation error

Hi,i made a webscoket server over TCP on STM32F429VI with lwip stack. I would like to use on local network. I used this nectonn examples for TCP communication. The connection and the websocket handshake works fine, the client can send a message to my...

USB PD How to use Augmented PDO (APDO)

Hi there,I am using the x-cube-usb-pd in TCPM/TCPC configuration (USBPD_TCPM_LIB_PD3_CONFIG_1).My questions are:Is Augmented PDO (APDO) and variable PDO supported in this config? Or do we need to use USBPD_TCPM_LIB_PD3_FULL?If we define an APDO and w...

Resolved! Debugging firmware with a bootloader at the top of memory

I am attempting to debug my firmware for a STM32L452xx chip, which is programmed in at the memory address 0x08010000. The bootloader will be placed at 0x08000000, but at the moment the memory is empty. Is it possible to trick the debugger so it alway...

rsoc by Associate III
  • 1288 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F446VET USB FS Peripheral isn't working

Hi all,​I've met a weird issue, when using STM32F446VET chip to connect PC by USB, and PC alerts 'USB can't be recognized'.​I've go throught some related topics on the forum, but unfortunately all didn't help. For example,1) disable VBUS sensing2) in...

Azhan.1 by Associate II
  • 1056 Views
  • 4 replies
  • 1 kudos

File stm32xxxx_hal_conf.h non-homogeneity

in stm32xxxx_hal_conf.h files there is the declaration of assert_failed()F4: void assert_failed(uint8_t* file, uint32_t line);H7:void assert_failed(uint8_t* file, uint32_t line);L4: void assert_failed(char* file, uint32_t line);Its not the same prot...