STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

I am trying to transmit and receive data on a STM32F7 (USB HOST CDC). After I receive and transmit bytes a few times my IN pipe shows a URB_Status of USBH_URB_NOTREADY and never reaches a USBH_URB_DONE state.

I am trying to transmit and receive data on a STM32F7 (USB HOST CDC). After I receive and transmit bytes a few times my IN pipe shows a URB_Status of USBH_URB_NOTREADY and never reaches a USBH_URB_DONE state.Any ideas as to why this might be happenin...

RPatn by Associate
  • 183 Views
  • 0 replies
  • 0 kudos

Stm23f103VET6 and Usb host FE1.1S

Greetings,Is it possible to interface stm32f103vet6 and usb host ic fe1.1s ? Actually am using stm32f103vet6 and need to attach a keyboard and usb pen drive at a same time. ​Any ideas or suggestions will be of great help .. Thanks.​

CubeMX HAL - Is Thread Safe?

The CubeMX HAL library is considered and claimed to be "thread safe". One can select FreeRTOS on the CubeMX and generate a code.I am questioning whether the HAL is indeed 100% safe for using with RTOS. The HAL allows read/write to specific bits in th...

Yevpator by Associate III
  • 729 Views
  • 3 replies
  • 0 kudos

STM32F042 Bootloader activation on Nucleo

Hy,as described and discussed earlier (https://community.st.com/s/question/0D50X00009sWdDqSAK/stm32f042-bootloader-activation) I want to use bootloader mode of STM32F042 to update STM32 firmware in a multi CPU system. I still see this way as very ele...

0690X000006CmVFQA0.png
harald by Associate III
  • 212 Views
  • 0 replies
  • 0 kudos

How to generate a delay function with a 1 micro second resolution, without affecting the existing HAL_Delay 1 millisecond resolution function.

I'm using a STM32F429ZI Nucleo-144, and need a counter/delay function with 1 microsecond resolution, but want to keep the HAL_Delay function at 1 millisecond resolution for other uses.I'm looking at potentially reconfiguring the SysTick interrupt to ...

JBass by Associate
  • 197 Views
  • 0 replies
  • 0 kudos
Labels