User Activity

Posted on January 31, 2016 at 09:54I'm trying to use thishttp://pulsesensor.com/ with stm32f10x uC.I'm not having much luck, so I just want to ask if there is someone who have some experience with this sensor and that can tell me how to set properly...
Posted on January 29, 2016 at 12:50I'm trying to flash memory using stm32f10x_flash library. here the code:/*in the arm-gcc-link.ld file i added this lines to allocate rom memory for my data*/.dataconf 0x0807F000:    {        KEEP(*(.ROMDATA))      ...
Posted on January 18, 2016 at 17:14i know how to set properly timer interrupt and it works fine. now i'm trying to create a function to disable interrupt. i should be something like this:void TimDisableInterrupt(TIM_TypeDef* TIMx){ switch((int)TIMx)...
Posted on January 10, 2016 at 16:49Hi, I'm trying the learn how to use rtc. can someone help me to understand how to inizialize rtc and how to use timestamp?i'm using stm32f103 uCthanks 
Posted on December 30, 2015 at 12:18I'm using a stm32f10x micorcontroller (steval-mki121v1 evaluation board) and i want to enable an interrupt event when a data is receive through the USART. The problem is that the interrupt never occurs after the d...