User Activity

Posted on December 29, 2014 at 14:28hiI have a strange problem when I try to send packets bigger than 1 byte to the MCU:I get the first packet just fine, but after I stop receiving any packets.If I use 1 byte packets I have no problem (I receive eve...
Posted on November 30, 2015 at 16:38HiI am trying to enable flash read protection (level 1) on STM32L151 chip.I use this code section, at the beggining of my program: FLASH_Status FLASHStatus = FLASH_COMPLETE;  /* Unlock the Flash Program Erase cont...
Posted on August 12, 2015 at 10:54HiRM0038 Reference manual sais: ''LSI clock ... The clock frequency is around37 kHz.''Can you tell me what is the max possible clock Deviation? (in percentage / Hz)ThanksYaron #stm32
Posted on April 20, 2015 at 15:10HiIs there a formula for lis3dh turn-on time, taking into account ODR value?Thanks Yaron
Posted on January 12, 2015 at 09:17HiI am using STM32L151 bootloader.I wanted to run the bootloader at program start, and if no usb if attached for a certain timego back to regular application.Is it possible to configure a timeout for the bootloader...