STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32F103 USB device get report

Posted on November 03, 2017 at 16:04Hello everyone,As several people on this forum, I am trying to implement some kind of 'USB keyboard' with an STM32F103C8.I am working with truestudio and cubeMx, and I use the USB library provided.I have update th...

Geo En by Associate III
  • 2404 Views
  • 8 replies
  • 1 kudos

Resolved! STM32H7 LWIP examples

Hi everyone,I have been trying to just test the ethernet on the STM32H743zi nucleo board.The problem is that the example does not compile in any way. I assume it's because I am using the very obscure, not intended for STM32, atollic true studio and t...

LAfon by Associate III
  • 576 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F030C8 Embedded system memory bootloader

Dears,I need help with this function; I can't enter system memory bootloader using the jump function{void(*systemMemoryJump)(void);/* pointer to function */ volatile uint32_t add = 0x1FFFEC00 ; HAL_RCC_DeInit();  /* disable systick timer */ SysTick->...

Tiny USB library on STM32F4 in host mode?

Anyone has used Tiny USB library successfully on STM32F4 in host mode?How to integrate it with recent Cube drivers (ver 1.21 or newer)? I could not find the info in their documentation or examples, only a mention that it works on STM32F407 Discovery...

Pavel A. by Evangelist III
  • 458 Views
  • 1 replies
  • 0 kudos

Porting USB VCP example for STM32F407 to STM32F405

I found an example of a a USB VCP in the "STM32F105xx, STM32F107xx, STM32F2xx and STM32F4xx USBOn-The-Go host and device library". In the relevant README it says to select "STM324xG-EVAL_USBD-FS: to configure the project for STM32F407xx devices and u...

HGies by Associate
  • 733 Views
  • 2 replies
  • 0 kudos