User Activity

Hello,I'd like to get access to P2RAM to generate some sort of "Unique ID" between multiple ST25R3916 communicating with a single stm32 host Mcu.How to get Access & Read this memory ? i saw it was mentioned in the Datasheet but not elsewhere. Thank y...
Posted on April 10, 2018 at 13:14Hello,i've followed many tutorial to try to get UART with interrupt working on my stm32l476rg (nucleo board) :at the main.c, before while(1) loop :HAL_UART_Transmit_IT(&huart4, (uint8_t *)welcome_str,sizeof(welcome_s...
Posted on November 09, 2017 at 15:39Hello,I'm using stm32l496.i'm trying to control LEDs with pwm through freeRTOS and using external Interrupts (gpio buttons)i have some questions :  i have some tasks looping while(1) to detect my input GPIO  and l...
Posted on October 06, 2017 at 11:30Hello,I'm trying to port a code from stm32l4 to stm32f4 it seems that DMA initialization is a bit different between those two chips:stm32l4 requires' DMA_REQUEST_XX' : hdma_tim.Init.Request = DMA_REQUEST_4; hdma_ti...
Kudos from