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! Where to start developing usb firmware?

Posted on January 20, 2018 at 14:55I need to develop an isochronous type USB firmware to transmit real time data to computer, but I dont know where to start. My question is What book/article/blog is enough to read to start developing a usb firmware ...

CDC firmware isochronous transfer mode

Posted on January 19, 2018 at 09:46 I am developing an application which in some conditions must stream video to PC over USB-HS. CDC was probably the only firmware that I could choose to transfer huge amount of data to computer. While CDC is impleme...

I am using STM32L031K6Tx Nucleo- L031K6 and W25q32 SPI flash. Trying to Read and Write data pagewise.

Posted on January 19, 2018 at 07:33Hello,Greetings !!I am implementing Flash read and write page-wise.I have an issue with page read and write.If I write a page and read the same page than there is no issue.But if I write two or more pages and than ...

STM32 HID host class library, mouse mode

Posted on January 08, 2018 at 15:08I've generated a new project for STM32446 with CubeMX (v. 4.23.0, repository v 1.18)with USB in host mode and only HID class. On a custom board.It works right 'out of the box' and detects attachment of standard PC ...

Pavel A. by Super User
  • 906 Views
  • 4 replies
  • 0 kudos

adjustment for HAL

Posted on January 17, 2018 at 03:36can the HAL programmers please add the __weak attributes to the interrupt routines.I had to add this one again today:__weak  void CEC_CAN_IRQHandler(void);  // in stm32f0xx.hand this one:__weak void CEC_CAN_IRQHand...

T J by Lead
  • 791 Views
  • 4 replies
  • 0 kudos