Octospi vs FMC
Hi,I am doing a new design of a board and I am wondering what is better to have as in interface for a external memory FMC or Octospi? Thank you
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi,I am doing a new design of a board and I am wondering what is better to have as in interface for a external memory FMC or Octospi? Thank you
Hi All,I have configured for STM32L071xx xx controller bare metal. I was not able to find X-Cube-Mems1 for the controller.Please me know if LIS2MDL (or Mems package) is not supported on STM32L0 series?PFA screen shot of the STM32Cube IdeThanks,Milind
Hi,I am using a custom board to do some application (https://www.waveshare.com/openh743i-c-package-b.htm). On this application I should turn on LTDC (to use it with touchgfx) and I am also using the RTC.When I am only using RTC alone, the RTC clock i...
I have two functions to calculate the phase via DFT. In both functions, real and imaginary parts are first calculated, and then the phase is determined using different methods.The first function employs the standard atan2f function from the math.h to...
In this document it's stated that STM32H5 devices implements the FPv5 floating-point extensions.From there, how do I know the proper flags to pass to gcc to enable the FPU? -mfpu=fpv5-sp-d16 -mfpu=fpv5-d16other ?
I wrote an interrupt service function HRTIM1_TIMA_IRQHandler() for PID tuning at a frequency of 200kHZ. Is this frequency selection reasonable, after I enabled this IRQHandler, the main program in main.c no longer works, what is the reason?
Hi, I had configured the clock to LSI RC 37KHz using cubemx with AsynchPrediv is 124 and synchPredivdivider is 295 after the RTC initialisation i'm trying to read the time using HAL_RTC_GetTime() but i'm getting the values what i initialised but d...
Hi,I am using STM32G491RE. I have to read temperature values from ADC. We used voltage divider circuit to map the voltage values with temperature values it is non linear change between volatge and temperature.I tried below wayconst uint16_t adc_valu...
while (1) { /* Wake Up due to RTC timer */ if(WakeUpTimerInterrupt) { WakeUpTimerInterrupt =0; WakeUpTimerCallBack(); } /* There are a RF activity */ if(RFActivity) { RFActivity = 0; DetectRFActiv...
Hello, I created the STM32H735G-DK project with the board selector in STM32CubeIDE. The OSPI_HyperRAM_MemoryMapped project was created by the example selector. Its HyperRAM test codes were added to the STM32H735G-DK project as below. The reading se...