STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32L011 Issue w/ LL Comparator Driver

Posted on January 24, 2018 at 21:43 Hi All, I was having some issues with getting comparator 2 working on my STM32L011K4 (Category 1 Device). I was trying tocompare a voltage on PA7 with 1/2 VREFINT. It wasn't working the way I intended it to....

0690X00000609KBQAY.png 0690X00000609U4QAI.png 0690X00000609InQAI.png 0690X00000609UJQAY.png
Nolan L by Associate III
  • 1523 Views
  • 0 replies
  • 0 kudos

Software Serial in STM32

Posted on January 24, 2018 at 06:48Hello everyone,I was curious if anyone has worked on something like Software Serial for STM32 and if there is any library made for it? If yes, please share.#hal-uart #stm32

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
  • 1135 Views
  • 5 replies
  • 0 kudos

HAL CAN transmit timeout bug?

Posted on December 19, 2017 at 12:24 Hi, I'm using one STM32F2 board and two STM32F3 boards. The F2 is the CAN master and the F3 are slaves. Everything works fine if I use only one F3 board. If I add the other one, then after 30sec - 5min one ...

0690X00000609BoQAI.png
Alex S by Associate II
  • 569 Views
  • 5 replies
  • 0 kudos

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
  • 217 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
  • 201 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...