User Activity

Hi,I use WWDG for my project.That work great in error case but i have some spontaneous activation.How can i configure WWDG to have a higher period?here my init,i'm i write to take WWDG_PRESCALER_8 instead of WWDG_PRESCALER_1?/** * @brief WWDG Initi...
Hi,I'm using the USART function HAL_UART_Transmit for debugging.Most of the time everything works well.But sometimes the HAL_UART_ErrorCallback is called... And all my program freeze.Could you help me with these 2 options (first is best for me) :how ...
Hi,I use I2C like this uint16_t I2cAddrTemp = 0x90; uint8_t I2cWritedata = 0x00; uint8_t I2cReaddata = 0xFF;   uint8_t read_i2c_temp(void) { hi2c1_status = HAL_I2C_Master_Transmit(&hi2c1, I2cAddrTemp, &I2cWritedata, 1, 1000); //PRINTF("I2c = %02X",...
My project is based on the END_NODE project provided by ST.In a first time I fixed the Data rate to DR_4 for my payload need.Now i want to try to use the ADR protocol.So i change from* LoRaWAN Adaptive Data Rate * @note Please note that when ADR is ...
Hi,I use SWD interface to configure my STM32 board.It all worked out, but I changed #define and moved to a part of the program that disabled the sw interface.Now my STLINK/V2 can not connect to the device.Do you have an idea to erase the chip or rest...