Driver issue Windows 11
Dear Community,I keep getting an error message when installing the latest STM32 virtual com port driver on both Windows 10 and Windows 11 - can anybody suggest a solution?Thanks,Sascha
Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.
Dear Community,I keep getting an error message when installing the latest STM32 virtual com port driver on both Windows 10 and Windows 11 - can anybody suggest a solution?Thanks,Sascha
I just read a post where @pavel suggested using Upwork or Fiverr to get some programming work done. These sites might be a big help to me if I can get a programming job done by someone else without a lot of overhead on my part. I'd appreciated any c...
I generally prefer the STM Low Level drives and chose that driver family for most peripheral in CubeMX Project Manager->Advanced Settings->Driver Selector. There seem to be one disadvantage: the IRQHandlers are not generated as weak which I think ha...
I'm trying to connect to a WPA-Enterprise network (EAP-TLS) with the STWINBX1 board. And in this context, I have several questions aboutabout using the mx_wifi driver.I'm basing my project on the Nx_WebServer and Nx_MQTT_Client examples from the STM3...
Hi,a new STM32H5 based design (Azure RTOS) needs two USB host ports. We want to use a hub.To give this a try I modified UX_Host_DualClass example from STM32H573I-DK /STM32Cube_FW_H5_V1.1.0 to run on my NUCLEO-STM32H563ZI board. I removed all the USBP...
I have STM32F103C8T6 development board (like this: https://www.rogerclark.net/wp-content/uploads/2014/11/STM32Mini.jpg) which can be programmed by USB interface. I programmed it several time before, but now I can't do this. When I connect it to the P...
I have a new (to me) STM32H563 Nucleo board and I just need a bit of help with the new style DMA system. I haven't been able to find any reasonable examples for the H5 or U5 that have the new DMA controller, so I'm asking for help here.The end goal i...
Hi all,I wonder if that's something that has been overlooked during a HAL code review (and could be improved in next releases)? Or can you suggest another way of tracing ALL HW registers writes in STM32 for educational/debugging purposes?For embedded...
I'm trying to communicate with an external device with a USB-C Device interface in CDC Serial class.I'm following the steps as shown in the videohttps://www.youtube.com/watch?v=V3sMN-ErKPw&list=PLnMKNibPkDnFFRBVD206EfnnHhQZI4Hxa&index=20However, in m...
Hello!I'm working with NUCLEO-G0B1RE and X-NUCLEO-SNK1M1 boards. I've done the initial setup to work in USBPD and USB_HOST mode, Class Host Supporting ALL Classes in STM32CubeMX.I haven't modified the generated code, and while debugging the 'USBH_Sta...