User Activity

I have generated the I2C code using cube-mx. My slave device is I2C based DIGI-POT. when I check with HAL_I2C_IsDeviceReady() function - it is always coming busy flag.These below are the Hardware and Firmware checks I have done:HW checks -DIGIPOT i...
Im getting this error always when trying to program Nucleo board from stmcubeIDE or Truestdio ide.I have tried uninstall and Install IDE. And I have changed may cables also to program.
@Hi Team,I want to play audio clips over I2S like  short audio clips - Connected to device , Disconnected etc, so. I converted .wav file to C- code (Im using WAVtoC software to convert C-code)and stored in flash memory. Below I attached the .wav to c...
I trying to make common address space for BT-stack in flash memory, show in below figure. I have two projects using same flash memory. In both the projects Bt stack is used, so, I thought to make common memory for BT stack so that both the projects c...
MEMORY{RAM (xrw)   : ORIGIN = 0x20000000, LENGTH = 320KFLASH (rx)   : ORIGIN = 0x8000000, LENGTH = 1536K MYFUNCTION (xr)  : ORIGIN = 0x08004000 , LENGTH = 1k MY_VARS (xrw) : ORIGIN = 0x08005000, LENGTH = 1K}/* Define output sections */SECTIONS{ /* Th...