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! USBX HOST printer example

Hi!i have managed to port the exisiting example of USBX device printer to the H563 micro and use it.now i'm trying to do the same thing with the USBX HOST printer class.but there are two problems:1) there isn't an example2) if i create a new project ...

ABasi.2 by Senior
  • 387 Views
  • 6 replies
  • 1 kudos

bootloader cannot boot app

1.i flash the app in flash address 0x08010000 2.and flash the bootloader in flash address 0x08000003. use bootloader jump 0x08010000, but i can not found the app run(because led cannot Flicker)please see my project bootloader and app,how i can let it...

jack_wang by Associate II
  • 325 Views
  • 15 replies
  • 0 kudos

Resolved! calloc/malloc error

I am using NucleoH563ZI board with threadx and netxduo.I have the following code, it makes http requests.The first completes ok, but the other 2 has a problem where the dns returns with 0xA3, basically can't resolve the host url. With wireshark i not...

PSzab.1 by Associate II
  • 107 Views
  • 3 replies
  • 4 kudos

FreeRTOS with USB CDC

I have read some posts about this topic already but unclear if this works or not. I used the STMCubeMX to create a project using FreeRTOS and USB Device CDC (USB-Serial) together and some LED GPIO's.I can only get one or the other to work, but never ...

jayduino by Associate II
  • 1396 Views
  • 9 replies
  • 2 kudos

Regarding USB Packet Size changes

Hello there, I'm using USB CDC application. I'm in a situation of receiving more than 250 bytes of data from the Windows(QT). Now my doubt is when the data is more than 64 bytes the USB FS it'll not consider right.But i revised some websites from the...

bsn_14 by Associate II
  • 111 Views
  • 1 replies
  • 1 kudos

Resolved! Same code for CubeIDE and Keil uVision

Hello,first, this is my first try on Keil uVision & MDK toolchain.My goal is to compile and run the same source using ST CubeIDE and Keil uVision.For this a generate code and 2 project files, one for CubeIDE and one for Keil, for a demo project with ...

regjoe by Senior
  • 143 Views
  • 5 replies
  • 1 kudos