Resolved! Simpler uC with CAN feature
Hello community! What are the simplest ST uC with CAN feature? Yours suggestions will be welcome! Many thanks and Regards!
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hello community! What are the simplest ST uC with CAN feature? Yours suggestions will be welcome! Many thanks and Regards!
Hello, I currently have an IAR Embedded Workbench 8.22 dongle license, but this version does not support STM32G4 since the MCU series was introduced later. Upgrading to a newer IAR version is not an option due to budget constraints, but functional sa...
I searched about STM32H563 maximum current consumption of AD converter when run mode on datasheet and reference manual.I could't find AD converter's maximum current consumpsion on datasheet and reference manual.I want to consider external LDO for VDD...
I am trying to implement authenticate a device from flashing new code from unauthorized user using ST-SAFEA1. only a valid user can flash new code in DFU mode using USB peripheral.Issue is I am can't be able to authenticate the device and generate pu...
Hello, trying to send array below. The '0x00' part is not received in terminal, see image below. char binary_data[] = {0x01, 0x02, 0xAB, 0x00, 0xCD}; HAL_UART_Transmit(&huart5, binary_data, sizeof(binary_data), HAL_MAX_DELAY); How can I get this t...
Hello guys, recently I designed a PCB board using STM32H743IIT6 and I encounter a problem when I try to run code in sdram. The details are described as below.question: I have a demand jumping to run a user program(function) in the sdram. B...
Hi, I have developed a circuit using STM32h755zi, i am sending some serial data from a custom board to PC using USB CDC class. It works fine when i use a Type C to Type A cable but when i try to run the board using a Type C to Type C cable it only ru...
Hi!I have a custom STM32H753ZIT6 MCU based board for which I am using SWD in order to bootload/program the MCU. To interface the SWD to either the STLINK or other programming modules similar to it, does anyone have any recommendation on what connect ...
Hello Everyone!I am facing an issue while trying to enter the STM32 bootloader via USART1 on an STM32U599ZJT.Issue:When applying 3.3V to BOOT0 and performing a single reset, the MCU enters a reset (boot?) loop, which persists until BOOT0 is deasserte...
From Nucleo-G474RE I am not able to read the Read JEDEC ID of my external flash W25Q16JV ,chipselect not going low on sending command.Verified all connections and quadspi configuration multiple times/* QUADSPI1 init function */ void MX_QUADSPI1_Init(...