STM32F103 firmware library
Posted on February 20, 2015 at 13:01I am unable to understand the following syntax ((ADC_TypeDef *) ADC1_BASE). Please help me understand the meaning of this code. Is this some kind of a pointer?
Posted on February 20, 2015 at 13:01I am unable to understand the following syntax ((ADC_TypeDef *) ADC1_BASE). Please help me understand the meaning of this code. Is this some kind of a pointer?
Posted on February 16, 2015 at 14:21 Hello, I'm working with the STM32F373 µC trying to get the DMA work with a timer. I want the DMA controller to write 3 different values in the ccr1 register of timer Unfortunately there is no exa...
Posted on July 12, 2014 at 00:05 I am trying to get the USB in HS device mode working. I am using the ST USB OTG libraries in version 2.1.0. I modified the example code for a VCP device, so it fits my needs. Compiler flags are USE_USB_OTG_HS ...
Posted on February 20, 2015 at 10:31Hi there, I'm using STemWin for writing data to the display buffer located in an external video ram. Unfortunately reading / writing to this vram works only when the interrupts are disabled. Does emwin provide a ...
Posted on February 20, 2015 at 10:20Hi there, while debugging I got a hard fault and checked the hard fault status register (0xE000ED2C). It has the value 0x00000040 which means only one bit in the reserved section is set. Does anybody know what th...
Posted on February 20, 2015 at 09:54now i am trying to interface ov7670 camera with STM32f407 uc.but i am getting the following image.for getting good image there is any idea.
Posted on February 13, 2015 at 13:19HiIt was not clear from the datasheet, but is the TAMPFREQ register only applicable when using level detection and not edge detection?I am asking as PC13 (RTC_TS) is not available on some low pin count packages an...
Posted on February 20, 2015 at 03:04The usbd_desc.h file in STM32CubeF4 contains&sharpdefine DEVICE_ID1 (0x1FFF7A10)&sharpdefine DEVICE_ID2 (0x1FFF7A14)&sharpdefine DEVICE_ID3 (0x1FFF7A18)Since the ...
Posted on February 12, 2015 at 18:49 I have some brushless simonk ESC`s driving my brushless motors. I noticed that these esc`s are woring on a 1 to 2 ms pulse from a 50hz signal. Wich in duty cycle terms means that i must work with duty...
Posted on January 28, 2015 at 11:26I'm trying to run Boundary Scan on a board with a STM32L100RB mcu. It is the only Component in the boundary scan chain, but I can't get it to work. I get nothing at the JTDO pin. Anyone have any idea what might be ...