Resolved! STM32L4R5 using OCTOSPI2 @LQFP100
Is there any chance to use both OCTOSPI (as 2xQSPI) with a LQFP100 package? There is a OCTOSPIM_P2_NCS but no OCTOSPIM_P2_CLK and Multiplexed Mode is not possible (only on P/Q-variants). Thanks in advance!
Ask questions, find answers, and share insights on STM32 products and their technical features.
Is there any chance to use both OCTOSPI (as 2xQSPI) with a LQFP100 package? There is a OCTOSPIM_P2_NCS but no OCTOSPIM_P2_CLK and Multiplexed Mode is not possible (only on P/Q-variants). Thanks in advance!
Hi all,i am performing some 400bytes blocks transferts by SPI, at 16Mhz.I have NSS off, so no CS up/down between frames.From some testing, whatever system clock i set, or whatever spi clock i set, there is a fixed 4us time between 2 consecutive frame...
STM32H573AII3Q is a 169 pin UFBGA SMPS package. Along with SMPS option, does it also have internal LDO for core supply? Can we use internal LDO to supply core voltage for this package?
I am having some issues implementing dual bank/boot.I have set up a dummy project starting at base address 0x08000000 for 256k bytes that will turn on a red LEDI have another dummy project starting at base address 0x08040000 for 256k bytes that will ...
After about an month, I connected my NUCLEO-L4A6ZG to my PC again. STM32CubeIDE nor the STM32CubeProgrammer can't recognize my board. I already tried different USB ports and different USB cables.When Trying to run a program the Error Message in the I...
Hi, I am wondering if anyone has any experience with HAL SPI as when I try in 16-bit mode to make a single packet of data manually and use (sizeof xxx) it sends 2x data packets to the oscilloscope and when I specify the packet size as "1" I get the c...
I want to understand the Timeout parameter of the HAL_SPI_Transmit, HAL_SPI_Receive and HAL_SPI_TransmitReceive function.
I'm attempting to enable the Stop mode on the STM32L4R5ZIP, but it appears to significantly deviate from the specifications outlined in the datasheet, exhibiting a higher current consumption ranging from 7 to 9 mA in both sleep and stop modes.Even af...
I cant make work the HRTIM. I am using the weact board.I tried HRTIM-A and TRTIM-D using the cubeide (latest updated). the first one using "basic HAL" and the second using "Advanced Hal" instructionsTIM5 works so it seems that clock is working.I adde...