Resolved! Where have all the STM32H750VBT6s gone?
I am looking 100pin STM32H750 but nobody has them in stock. Digikey, Mouser, Distrelec, TME all zero. Is there something newer or what is the problem.
Ask questions, find answers, and share insights on STM32 products and their technical features.
I am looking 100pin STM32H750 but nobody has them in stock. Digikey, Mouser, Distrelec, TME all zero. Is there something newer or what is the problem.
Hello everyone, I'm new on STM32.My Board is blocked in this state (see on the photo) : 2 led at red state continuously.And when I try to load program in the board, this type of erros occured : Error launching GDB server.Thanks for your Help !
I am not able to transmit my data while giving query for rs485. so as a result no receiving data too. I have selected baud rate 9600 in both energymeter and my uart also. I have selected USART1 , PA9 tx, PA10 rx and GPIO PD11, Module used is Max485 ...
Hi Is there a test procedure you guys follow when you BringUp MCU with new a PCB board?Beside testing interfaces like UART, I2C, Ethernet, Etc.. how do you test the internal MCU Configuration: registers configuration Clocks and PrescalersAXI BusCPU C...
In my project I have to share some info among the two cores in the STM32H755 controller but I'm not able to find some simple example about the use of IPCC. Yes, there are presentations etc, but STM32Cube_FW_H7_V1.8.0 repository doesn't provide one.
Hello,I am trying to set up a FDCAN communication between two STM32G431KBT6.The Tx part seems to work perfectly but I have a problem at the level of the reception.General informations: I use CAN-FD as a standard CAN 2.0B (Extended Id) at a baud rate ...
Dear allI am trying to access my SD card using SPI, I tried the code below but I couldn't get it work.is there any official tutorial about SD card of NUCLEO-L476RG?SD CARD Info: 32GB, SDHC, FAT formathttps://github.com/eziya/STM32_SPI_SDCARD
Compare to other bitfields, e.g., :RWU0: Receiver in active mode1: Receiver in mute modeThere is no such 0 or 1 specified for TEACK and REACK bits.Also, discussion in USART Transmitter and USART Receiver sections do not discuss this.Thanks
Hi, My mcu is STM32L476RGTx and I experiencing very strange behaviors to make my cpu start. This mcu is on pcb I designed myself.My boot0 pin is shorted to GNDAnd the reset pin pulled up to VCC.I can program my chip with my st link (updated to the la...
Hi, I'm facing to a strange behaviors when I'm compiling my project in cpp but the issue disappear when compiling in c only.The problem is on initialization of eeprom_emulation library on a STM32L476RG @ 80mhz(line 657 of stm32l4xx_hal_flash.c) :/** ...