User Activity

I am using the STM32F30x_DSP_StdPeriph_Lib_V1.2.3 library following instructions given in stm32f30x_12c.c for the initilization:#define I2C_SHORT_TIMEOUT ((uint32_t)0x1000) #define I2C_LONG_TIMEOUT ((uint32_t) (10 * I2C_SHORT_TIMEOUT)) #define I2Cx_R...
Posted on November 13, 2017 at 20:37The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on November 08, 2017 at 15:28I have a ST-LINK-V1 connected to a OLIMEXINO-STM32, an F103RBT6 using the System Workbench.Using the ST-LINK utility I can see that I communicate to the ST-LINK. I can flash the com light and change basic configur...
Posted on July 06, 2016 at 23:19I have been programming an STM32f103, to get used to ARM (Olimexino board - don't laugh).I was advancing pretty well, had the GPIO working, SysTick interrupting and a basic time-banding system working.Then for some re...