User Activity

Posted on March 02, 2018 at 00:40Hello Community,does someone was on the embedded world this year and could get a Nucleo-H743ZI development board which he or she don't really  need? I hadn't time to travel there and my  colleague who was there said,...
Posted on January 13, 2018 at 14:36Hello,what are the differences between the (LL) examples with '_Init' and without '_Init'?#examples
Posted on January 01, 2018 at 17:01Hello,I implemented the folloing codesnipped (using to set the USART baudrate). :    uint32_t periphclk = LL_RCC_GetUSARTClockFreq(LL_RCC_USART2_CLKSOURCE);    uint32_t oversampling = LL_USART_GetOverSampling(USART...
Posted on December 30, 2017 at 18:13Hello, is someone using a STM32L496ZG Nucleo-144 Board? I tried to set up a blinky LED via LL_hal functions, as well as an USART. But without any result. The led is still off and the usart doesnt work. When I set ...
Posted on December 30, 2017 at 17:56Hello,I try to make my first baybesteps in arm cortex M. I use the free version of uVision 5. Currently I try to set up an USART. When I try to compile, I get the both erros below about 2*30 times out of stm32l4xx...