H743 PB4 defaults to a high level issue.
When Pb4 is reset, it is at a high level. Can't this be configured in the hardware? It's too disgusting. The PCB has been designed and encountered this pit.
Ask questions, find answers, and share insights on STM32 products and their technical features.
When Pb4 is reset, it is at a high level. Can't this be configured in the hardware? It's too disgusting. The PCB has been designed and encountered this pit.
I am working with the STM32H7A3ZI microcontroller and planning to integrate an external flash memory to run application code. The flash memory I intend to use supports both standard SPI and QSPI interfaces.I would like to confirm the following:Are th...
Hello, I have a custom board wich is based on the evspin32g4-dual Board. I generated the code with motorcontrol work bench and could upload it with a j-link. I added an uart output in the startup and noticed that it kept printing it, so the board was...
Hi Guys,I am recently facing a very rare problem on stm32 nucleo h755zi- q i am working with ltc6804ic for a BMS and am facing the following issue:Whenever i upload the code on the stm32 it crashes, and says no debung info available etc, after this i...
Hi all,I am Struggling with STM32L432 CAN Bus communication from one STM32L432 to another STM32L432 using MCP2551.* I have checked loopback works.*I am using HSE Clock (After soldering SB17) - * I have also tried putting Oscilloscope at TX pins betw...
Hello! I am using Zync SOC with STM 32 G4 series. I am targeting 1Mbps baud rate using CAN protocol. I am able to achieve 1Mbps using external loopback on STM. Can someone help me out with bit timing and prescaler values for STM 32 and Zync SOC
Hi ST Community,I’m working on a CAN FD project using the STM32H753VIT6 and facing a limitation with data phase bitrate while using Bit Rate Switching (BRS).My Setup:Controller: STM32H753VIT6FDCAN clock source: PLL1QPLL1Q output: 40 MHzFrame format: ...
Hello everyone, I'm trying to do FSK and PSK modulation using HRTIM in STM32G474RE but I have what I want when I use Oscillo to display. For example, '1' = 45 kHz and '0' = 55 kHz. I want to transmit the message "1010" where each bit is 10µs long (F...
Hello,I'm kind of newbie in the STM32 world, I'm more used with another brand of 32bits microcontroller that also have a "parrallel port" for interfacing external ram device.My concern is about the FMC on the STM32H7.I want to read/write a 16bits dev...
I'm trying to find the best approach to accomplish the following: Read audio samples from a digital microphone using the ADF1 peripheral and use the LPDMA controller to store those samples in a SRAM4 buffer. An interrupt or event should occur when th...