STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

F107 USB OTG as a device only

Posted on May 05, 2016 at 19:13Folks, I have code for using the F103's USB device port as a virtual com port. Does anyone know: 1. Could I use that ''as is'' on the F107's OTG port. I only ever want to use it as a device. 2. Do I really have to hav...

DiBosco by Senior II
  • 379 Views
  • 3 replies
  • 0 kudos

Problem with uint64_t and EXTI Callback function

Posted on May 11, 2016 at 15:43Hello, I use the HAL EXTI callback function on an STM32F411 and have made the following strange experience: When changing data types from float to uint64_t for Efficiency in another callback function (actually from DMA...

herbert by Associate III
  • 1361 Views
  • 11 replies
  • 0 kudos

SPL USB HID get idle status

Posted on May 06, 2016 at 18:58Hello, I am working on project where i need to send hid reports to android phone. I know how to send data, but i need to send empty message to unpress all buttons. How can i do that, how can i know, when message is sen...

Two Virtual COM Ports

Posted on May 11, 2016 at 13:01Hello. I made a code to send and receive data via USB bus based on the CubeMX CDC (Virtual COM Port).Now I can emulate one virtual COM Port with STM32F407VGTx Discovery Board, but actually I'm thinking if I can emulate...

Getting the TimeStamp betterway in ms in STM32F4

Posted on May 09, 2016 at 06:15How can we get the timestamp information in a better way in ms - using systick configured @1ms and calling HAL_GetTick() to get the time in ms or using RTC? #systick #priority #!stm32f4-!stm32f401-!rtc #stm32f4

darla14 by Senior
  • 3631 Views
  • 10 replies
  • 0 kudos

CubeMX examples are not examples

Posted on May 10, 2016 at 21:08The examples in the CubeMX repository do not use CubeMX to generate init code.  This means that they may be a little useful for showing examples of on-chip and on-board peripherals working, but give little assistance i...

Measure RMS and frequency with stm32f405

Posted on May 10, 2016 at 15:21I have to measure current and voltage rms as well as frequency for three phase sinusoidal. Is there an application note about measuring rms and/or frequency with the stm32f4 series? I 'm checking the specification and ...

zdravko by Associate II
  • 718 Views
  • 2 replies
  • 0 kudos