I2C Busy Flag problem
Posted on December 21, 2013 at 13:35hello.I want to write byte to the sensör with I2C so write this code void MPU6050_I2C_Init(){ // RCC Configuration RCC_HCLKConfig(RCC_SYSCLK_Div2); RCC_PCLK1Config(RCC_HCLK_Div1); RCC_P...
Posted on December 21, 2013 at 13:35hello.I want to write byte to the sensör with I2C so write this code void MPU6050_I2C_Init(){ // RCC Configuration RCC_HCLKConfig(RCC_SYSCLK_Div2); RCC_PCLK1Config(RCC_HCLK_Div1); RCC_P...
Posted on December 21, 2013 at 00:09HeyIn order to use the user button of stm32f4 discovery as encoder mode, I was configured timer2 as follows but it didn't work: void configureEncoder(void) { RCC_AHB1PeriphClockCmd(RCC_AHB1Periph_GPIOA, ENABL...
Posted on August 30, 2012 at 16:41I have a problem that maybe someone can help with. I've spend the last few days on this and I just don't understand why it's not working. I have a STM32 where I want to send out a buffer over USART 2 using DMA to a ...
Posted on December 21, 2013 at 04:09Hi STMicro,The link to download the STM32F4 DSP and standard peripherals library version 1.3.0 is broken (results in ''Page Not Found - 404 Server Error'').Can you fix the download link on this page:http://www.st....
Posted on December 19, 2013 at 20:21I can't seem to find the MicroXplorer download anywhere. I can find the page, but down at the bottom there is no button or clickable item to actually get the software. I really hate asking this question...but I j...
Posted on December 20, 2013 at 16:40Hi,I work for an electronics company and we basically code stm32 F1 & F2 microcontrollers. Actually, my question is that how I can simulate the entire circuit using a program like Proteus. However, as far as I kn...
Posted on February 01, 2011 at 09:46Where can I find the code for AN2557?
Posted on December 20, 2013 at 05:58Im trying to configure a timer on my STM32F3 discovery board. I want to generate an interrupt at approximately a 128khz rate. My partner claims that the code below would do this but im not understanding how or why...
Posted on December 18, 2013 at 19:46hello.I want to communicate with sensör with I2C.First I must send the sensor register address to sensor.And then I receive the data from this sensor register.So first I configure I2C peripheral as master transmit...
Posted on December 19, 2013 at 13:28Function works for TIM6 basic timer used as delay on STM32F303 , with suitable modifications can work on any STM8,32 variantsvoid TIMER_DELAY(uint16_t value){ RCC->APB1ENR |= RCC_APB1Periph;//value is 0x10 ...