Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello ,I am using NUCLEO-H745ziq board. I am trying to loopbacking. SPI1 and SPI3 i am using. SPI1 as full duplex slave and SPI3 as full duplex master.Both operating on 25MHZ.But i have issue with is MOSI pin.Because PB5 is assigned to both. But when...
Good day.Lately, I had carried out a STM32 built-in flash endurance test, targeting STM32L4R7.I selected a sector which is : Bank 2, 0x081F F000 - 0x081F FFFF, 4K, page 255to perform erase and program, with the hope that it could eventually fail. So ...
Hi,We are in the process of switching an existing product from using a STM32F413 to a STM32F405 processor, due to part availability. There are only a few pin changes that I can see. We have modified a board with the STM32F405 processor and changes ...
What are the main points which I have to consider when migrating from STM32L4 to Stm32F4 apart from the connecting peripheral power management, Is there any main points which I have to consider when programming.
Hello, I just wanted to ask is there a big difference between STM32L496RE and STM32L4S5ZI. Other than STM32L4S5ZI having a larger RAM and memory. As well as no display interface but with encryption. I'm asking because the STM32L496RE is now out of st...
Hello!I have a question about power supply and ON/OFF capabilities of microcontroller.Normally, When power supply is turned ON, the microcontroller Start executing the program.In my case I want that after Power supply is turn ON, the microcontroller ...
I can able to do "Loopback Mode" and I'm getting the desired output signal(CAN_TX). When I opted "Normal Mode" I can not see any output signal at TX pin.Here I have selected polling method only and not used any of the interrupt(eg:CAN1_RX0,TX Interru...