User Activity

Posted on February 28, 2014 at 15:05 Hello, I would like to be sure I understand the linker script that I am using. My main question is : the code is it copy to RAM before to be executed? I think It's not the case, because the code is ...
Posted on September 10, 2013 at 16:45 Hi, For the moment I am using the channel2 of the Timer 2 in capture mode. At each rising edge of the signal, the timer is captured and reseted; It works fine; My code is this following: G...
Posted on August 20, 2013 at 16:57Hello,I am working for 6 months with the Timer 2 of a STM32L15x.I use the channel 2 to capture the timer value; The pin used is PB3.My application is working fine.Now, for an hardware problematic, I need to use the ...
Posted on April 23, 2013 at 15:33 Hello everybody, I would like to know if you have already use IELFTOOL to calculate the checksum of your code and to store it in the FLASH. Like explain by IAR and theirs technicals notes, ->I h...
Posted on April 09, 2013 at 17:29I configured a SPI transfer with DMA. It's working.Now I would like to add a CRC16 at the end of the frame. I enable the CRC clock and I set the CRCEN bit.The CRC16 is send via SPI link. But I can't check if the CRC ...