How to use IDB05A1 in low power mode with L0 series MCU without DMA.
I am trying to use IDB05A1 BLE module in low power mode with STM32L073RZ MCU. I didn't get any reference for doing it without the DMA.
I am trying to use IDB05A1 BLE module in low power mode with STM32L073RZ MCU. I didn't get any reference for doing it without the DMA.
I couldn't find within the data sheets whether the chip suffix, 3 or 6, which indicates temperature range, is programmed in the chip. This might help to set temperature alerts at the right level.Does it exist?
I'm using the below to calculate the temperature in STM32L452 CPU:int16_t temperatureC ;// ADC VREF is external 3V3temperature = __HAL_ADC_CALC_TEMPERATURE (3300, ADC_val, ADC_RESOLUTION_12B);For ADC_val = 1360 - then temperatureC is 164 Celsius, whi...
I have been trying to use three pots as dials for a guitar effects pedal project. Their purpose is to simply read the voltage from 0 - 3.3V and with some scaling (to turn the raw readings into 0-100 values) in the code to store these 3 values inside ...
I am running a STM32F466RE with no OS, using the STM32CubeIDE. Is there a code profiler, or some other way I can measure how many CPU clock cycles it takes for a certain section of code to execute? I am trying to compare different methods of processi...
The datasheet for the STM32H745xI (doc DS12923 Rev 1) states in the notes to Figure 43 (p 191) that the value for R_ADC can be found in Table 96, but it is not given in Table 96. I also cannot find it elsewhere in the datasheet. Where can the value o...
Hello,I have a working system using an STM32F051K6U6, and the code fits in the first 20K or so. Because of the ongoing shortage of specific parts, we would like to include the '051K6U7, '051K8U6 and '051K8U7 as equivalent parts, since temperature ran...