How can put points between the string?
Posted on February 20, 2015 at 02:05 hi all How can put points between the string? ( for example: 00.00) thanks void Str_convert(unsigned long t, unsigned char *str, unsigned char n) { unsigned ...
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on February 20, 2015 at 02:05 hi all How can put points between the string? ( for example: 00.00) thanks void Str_convert(unsigned long t, unsigned char *str, unsigned char n) { unsigned ...
Posted on February 19, 2015 at 07:41 I'm using stm32f429 discovery board. I have configured DAC Channel 1 (PA4) for DAC ouput. When I try to configure ouput in the range of 0.15v - Vref(2.97v) I'm getting the ouput properly, but when trying to ...
Posted on January 03, 2013 at 16:15 Hi, I hope someone can help. I have got the I2C1 peripheral working fine with the above chip, but when I try and initialize the I2C2 peripheral, the busy flag is always set. Does anyone have any i...
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 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 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 ...