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! f_write without char data types

Posted on January 23, 2018 at 16:29Good day everyone,I have a slight issue, I'm storing data in the form of uint16_t data types.This data will be read in from an ADC and have values of 0 and 1. I'll have an array of 192 of these 16 bit values that I...

con3 by Senior
  • 1786 Views
  • 5 replies
  • 0 kudos

STM32 HAL Nucleo F446RE Quadrature Encoder

Posted on January 21, 2018 at 21:31 1 https://stackoverflow.com/questions/48361193/stm32-hal-nucleo-f446re-quadrature-encoder i have a problem with the quadrature encoder mode on tim3. 1) tim3 counts on every rising edge on the first si...

0690X000006042VQAQ.jpg 0690X00000609N4QAI.png 0690X00000609ReQAI.png

deepsleep entry in stm32f0 discovery

Posted on January 21, 2018 at 18:10I wanted my STM32f0 discovery board to get into deepsleep mode. Reference manual states â€“ Set SLEEPDEEP in Cortex®-M0 System Control register , I'm unable to find this register. (along with this i need to config...

Rajat C by Associate
  • 419 Views
  • 1 replies
  • 0 kudos

STM32F4 USB Connection detection

Posted on January 22, 2018 at 15:33Hello guys,I'm using STM32F446 along with ST's USB library in a project with USB CDC class. The USB used is the FS one. What I would like to do is detect the end of a USB connection (not based on VBUS). I was wonde...

andrei by Associate II
  • 329 Views
  • 0 replies
  • 0 kudos

Windows driver for USB device

Posted on May 26, 2017 at 15:14Hello,I am developing a product for a small company. Product has USB interface for connectivity.USB has 3 different configuration: HID keyboard, CDC and composite CDC plus HID keyboard.As I understand I need 3 PID numb...

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 ...