Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello,I am struggling with integration of filesystem on external nor.I've been trying both littlefs, and spiffs. Both, with no success yet.Is there any suggestion from ST for filesystem example on external nor flash ?Thank you!ranran
Hi,I am using stm32h753, in my design. I am using SAI Peripheral for audio(TAS2770 Ic) with internal synchronization method. In receiving mode ,my configuration of slot is slot 0 | slot1. In transmitting mode, configuration of slot is SAI_SLOTACTIVE_...
I'd like to convert voltages on 2 channels of ADC1 on STM32F334R8 with no external triggering (no timer) and no DMA. I'd like to use software triggered conversion and I'd like to execute the following code in an infinite loop:---- Rank 1Launch conver...
Using TIM2_TRGO to trigger DAC. That works.Now want same TIM2_TRGO also to trigger ADC.Is that possible ?Regards Juergen
Is it possible to have a center (or centre in old english) aligned PWM timer wth a secondary channel that has a delay(phase shifted)? I have seen it done with the standard count up timer but I am struggling to achieve this in center aligned mode. I a...
I am working with MPU6050 and STM32f103VE as master. When I wake up the sensor and ask for information it returns 3 bytes of zeroes and the protocol stops working. I only send the communication Part of my code to be more specific:void I2C_interface(v...
I Wanted to generate the microsecond delay function, I have tried below functions but these are not working, It will be good if someone knows the delay function.static inline void delay_us( uint32_t micros){ micros *= (SystemCoreClock / 1000000) / ...
I know it sounds like a dumb question but I cannot connect anymore to my STM32H753I_EVAL2 (that I've been using extensively for months). I checked the driver in Windows Peripheral Manager. It is properly installed and it shows the same driver DLL as ...