User Activity

Posted on August 28, 2015 at 11:06Hi. I am using STM32F070CB with libraries STM32F10x_L1xx_F3xx_USBL(v4.0.0) and STM32F0xxSPL(v1.1.0) to implement custom HID to implement simple hello world(PC sends 64 bytes and MCU sends back the same 64 bytes)The ...
Posted on April 15, 2014 at 07:47Hi I would like to use STM32L062K8 for our low power application. The peripherals we will be using are 1 I2C, 2 watchdog timers(WDI, WWG I think), 1 SPI, 1 UART(RX, TX), and 3 general purpose timer.Timing for asynchr...
Posted on January 15, 2014 at 04:46Hi. Is it possible to setup EXTI_LineX so that it is only triggered by EXTI_GenerateSWInterrupt(EXTI_Linex) library function? and NOT triggered by any hardware condition?It seems that even if I omit the code for li...
Posted on October 31, 2013 at 09:04Hi, I am trying to communicate with MCP4725(12bit DAC) via I2C using STM32F030C8T6. The program gets stuck at one of the status checking part. Can somebody look at my code and see what the problem is? //Code to Ini...
Posted on October 25, 2013 at 10:54Hi, I am working with STM32F401 discovery board. I set up the system_stm32f4xx.c file so that the system clock becomes 84MHz(I used Excel based stm32 clock generator tool to get PLL values). void Delay(uint32_t dl...