STM32 MCUs Products

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

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

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

Prevent heap usage with IAR

Posted on January 19, 2017 at 01:28The Keil uVision IDE/compiler chain has a `&sharppragma` for preventing heap usage; see http://www.keil.com/support/man/docs/armlib/armlib_chr1358938927854.htm. The great thing about this is that the linker fails i...