User Activity

In one of my project I am using STM32H743IIT6. I have to read multiple ADC sensors. We are following single conversion method with 10 bit resolution. But the issue is, when we read the ADC value, there is an increase of 100 mV in each ADC reading th...
 There is any issue while generating ethernet code using  STM32 cubeMX. The tool chain I am using is TrueStudio. Please help. lwip initialization code is below.void MX_LWIP_Init(void){IP_ADDRESS[0] = 192; IP_ADDRESS[1] = 168; IP_ADDRESS[2] = 100; I...
I;m working on bluenrg-2.The system undergo sleep after 3 minutes if no device connected I have to read the ADC value from DMA.Once the system undergo sleep ,the wake up switch will wake up the board.But after wake up the DMA not working. if(DMA_Get...
I am using bluenrg2 ble- chat example.my requirement is to transfer data through ble and receive back a response data.Is it is possible using BLE-chat example? BLE received data from the mobile app.To transmit data from ble to the APP,what are the ch...
In one of my project I have to connect my bluenrg2 with custom android app.In order to make this which example code I have to refer?I use BLE-chat example but it couldn't pair from the default bluetooth settings.Then I tried with BLE_SENSOR_DEMO_CEN...
Kudos from