User Activity

In STM32Cube_FW_L0_V1.12.1\Middlewares\ST\STM32_TouchSensing_Library\src\tsl.c, the value TSL_Globals.DelayDischarge is initialized in TSL_Init() as:TSL_Globals.DelayDischarge = (uint32_t)((TSLPRM_DELAY_DISCHARGE_ALL * (uint32_t)(SystemCoreClock /100...
Hello,how can I generate a srec file with option bytes configuration in offline mode?No St-Link and no hardware is connected!STVP is an old tool which can do this simple things.But it does not support all the microcontroller types (stm32Gxx).Thank yo...
Posted on June 27, 2014 at 11:27 Hello, in the stm8s_flash-library will not be supported far addresses (24Bit) because in every function an uint16_t-cast prevent the access to high adresses?! *(PointerAttr uint8_t*) (uint16_t)...
Posted on May 16, 2012 at 11:14I use theSTM32withtheI2C-CPALLibary. When I use theSTM32pursuingas a slavereceiverin the interruptmode, I getafter receiving the firstdata bytenointerrupt (RXNE). Only afterthe seconddata byte, an interrupt(RXNE)is g...