User Activity

Hi,did anyone try to connect to the gyro (L3GD20) on F303Discovery board over SPI?I have a problem even with reading the WHO_AM_I register:My code is generated with Cube and I added the following lines:퐮퐢퐧퐭ퟖ_퐭 퐝퐚퐭퐚_퐰퐡퐨퐚퐦퐢, 퐚퐝퐝퐫퐞퐬퐬_퐰퐡퐨퐚퐦퐢;퐚퐝퐝퐫퐞퐬퐬_퐰퐡퐨퐚...
Hi,I created a new project using ready HAL Libraries on STM32F3, I get an weird error (expected an identifier) on the following line in the file (stm32f303xc.h):  __IO uint32_t TR;     /*!< RTC time register,                    Address offset: 0x00 *...
Can anyone tell me the difference between those functions:HAL_I2C_Master_ReceiveHAL_I2C_Mem_ReadThe problem with HAL_I2C_Master_Receive is that it accepts too few parameters (hi2c, DevAddress, pData, Size, Timeout).I don't know how to tell the memory...
I started a new project using CubeMX for my STM32F303-Discovery board and try to get the Acceleration values but without success!In my main.c, I do the following:i2cBuf[0]=0x20;//CTRL_REG1_A ODR = 1344HZ | Normal Mode | XZYeni2cBuf[1]=0x97;HAL_I2C_Ma...
I started a new project using STM32CubeMX for a STM32F303VCTx, and used all the default options, and then configured the Timer3 for the all 4 channels as PWM ouptut (as in the snapshot).I open the project using uvision V5.26 and change the main.c onl...