trigger external TIM use for ADC conversion
Posted on June 01, 2011 at 11:44The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 01, 2011 at 11:44The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 28, 2011 at 11:38Hi STM32 experts, I'm a little confused. Does or doesn't the STM32F10X product line support 8 bit oversampling? The reference manual does not mention the OVER8 bit, suggesting usarts in this productline always use...
Posted on November 27, 2011 at 23:03Hello. I want to setup ADXL345(SDA - PC3, SCL - PC2)I didn't find any information about my problem in the internet. How I init I2C:void I2CG_Init(void){ GPIO_InitTypeDef GPIO_InitStructure; I2C_InitTypeDef...
Posted on November 28, 2011 at 03:38The DFU created from hex file, which was built from example project (sink.rprj and sensor.rprj) doesn't work - after upload the DFU in dfu mode and replug the USB dongle isn't identified by system (I tried on Wind...
Posted on September 13, 2011 at 00:06Hi! I've just purchased my board and I'd like to create my own applications. Is there any example code or similar to get me started? I checked the demo code which is very complex and also found a peripherial libr...
Posted on November 25, 2011 at 19:31Any one with ideas on this one, I`ve never seen this on other micros: STM32F103RE6 I have a simple application, an asyc pulse stream of data bits: 2.4mS and 1.2mS MAX 2.4mS = 1, 1.2mS = 0 Unfortunately the design ...
Posted on November 26, 2011 at 11:13Hi, There is a small conceptual issue I wish to report in the STM32F2/F4/L1 headers. Currently the GPIO BSRR register is declared as two separated 16bits registers BSRRL and BSRRH which defeats its purpose of maki...
Posted on November 21, 2011 at 23:34Hi all. I'am working with STM32W-RFCKIT. My OS is Windows 7 x64. When i trying to flash prebuild example to my MB950 or MB951 - i have a problems. I have these: C:\Users\Denis\Desktop\MOUSE>stm32w_flasher.exe -p ...
Posted on November 22, 2011 at 18:53Hi everybody,I am using MCU STM32F103RBT6, i have a problem with real time clock.that is after reset MCU, real-time counter stand by 4~6 seconds and run. so, my real-time delay 4~6s after every reset MCU. I think ...
Posted on October 01, 2011 at 15:56Hi,I'm triyng to transmit data from an accelerometer to STM32L-Discovery and send this data from STM32L-Discovery to PC using SPI and RS232This is my initialization code RCC_APB1PeriphClockCmd(RCC_APB1Periph_SPI2,...