Posted on May 26, 2016 at 18:05
Hello,
Looking at the RM0090, I can read on the RTC_CR register description :
Bit 17 SUB1H: Subtract 1 hour (winter time change)
When this bit is set outside initialization mode, 1 hour is subtracte...
Posted on December 22, 2015 at 16:19Hello I try to use STM32 cube and LWIP as it comes with .... Unfortunately I'm a little wary I enabled TCP_LISTEN_BACKLOG to limit the number of connection but the variable in charge of the current login count acc...
Posted on November 20, 2015 at 13:29Hello I need some help to understand my problem. I'm using eeprom emulation V3.1.0 MCD from Application Team and that works fine. When I reboot I get the PGPERR and PGSERR bits set after a while. I placed breakpoi...
Posted on November 13, 2015 at 11:20Hello Does someone know if it's possible to use the CR95HF in a reverse mode to emulate a badge instead of being a reader ? Best Regards
Posted on November 09, 2015 at 11:00
Hello
I try to debug my application using printf
I write some code to overwrite fputc.
My problem is with the function
HAL_UART_Transmit_IT of the HAL module
It doesn't succeed to s...
Posted on November 24, 2015 at 15:26Hello I found my problem : Some pointer tried to write at address 0 on my STM32F4. It setted PGPERR and PGSERR bits but did not raised a HardFault ... Regards
Posted on November 09, 2015 at 15:23Hi clive1, Thanks a lot for your help : it was so easy.I am ashamed not to have seen this faulty code. I take this opportunity to ask another questionon thissamecode : I had to call HAL_UART_Transmit_IT once ...
Posted on September 30, 2015 at 11:28Hello clive1 You are rightThe ST crypto libraries requires to turn the CRC peripheral's clock on, even without crypto engine... With __CRC_CLK_ENABLE(); everything works fine.... Thank you