STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! ARR and CCR update time

Posted on June 24, 2017 at 12:51 I need to vary the frequency and duty cycle of a pwm using stm32f Inside the 'pulse finished' pwm callback i've tried the following code HAL_GPIO_WritePin(LED5_PORT, LED5_PIN, GPIO_PIN_RESET); //tentative 1 //T...

STM32F7 DCMI not geting FrameEvent

Posted on June 25, 2017 at 18:46Hi,I'm working on the STM32F769I-Eval board and trying to get frames from the ov7740 using the DCMI and DMA (stream 2 channel 1). my problem is as so: the ov7740 is in VGA format (640 x 480). when I'm trying to use th...

ISSUE with Erase Command of STM32F4 CAN Bool loader

Posted on June 20, 2017 at 22:02I'm using the CAN Boot loader on the STM32F405xx chip and have an issue with the Erase command (0x43).I am able to execute 0x00, 0x01, 0x02, 0x11, 0x21 & 0x31 as described in the Protocol Document, however when ID: 0x...

SD Card interface with STM32F303

Posted on September 06, 2016 at 08:13Hello,I want to interface a SD card with stm32f303. Please help me how to interface sd card with microcontroller. Also I want to read the data on my laptop, do I need a file system because windows can read in FAT...

2013ee139 by Associate II
  • 1429 Views
  • 3 replies
  • 0 kudos

STM32F334, DAC Out and Comparator

Posted on June 24, 2017 at 21:14Hi,Looking at STM32F3348-Discovery_FW_V1.0.0\Projects\Demonstration\main.cand AN4885 (en.DM00115322.pdf)Looking at overcurrent protection with COMP4(+)(PB.0) connected to Current SenseI am wondering whether the DAC Ou...

Duplicated OUT report in HID

Posted on June 24, 2017 at 19:12I am developing HID application on STM32F427 with STM32_USB-Host-Device_Lib_V2.2.0Works mostly fine, but once in a while (quite often, actually), when Windows app sends command to the controller (OUT report), it's dup...