Resolved! Migration from F4 to F0 - Resource Request?
Hello,Are there any resources similar to AN3364, that describe the migration directly from F4 to F0?Thanks.
Hello,Are there any resources similar to AN3364, that describe the migration directly from F4 to F0?Thanks.
I've been previously programming the STM32F103C6T6 blue pill with an FTDI via UART and am now trying to flash a USB bootloader binary to program it directly via USB.I've closely followed the guide on https://www.electrosoftcloud.com/en/stm32f103-boot...
I've got a Nucleo STM32L476 board and noticed in the STMCubeF4 Repo the demonstration for the Adafruit TFT 1.8'' with Joystick and SD Card reader.I've found this quite interesting and ordered the Adafruit shield. Unfortunately I've got the Adafruit s...
Hi,I am using a custom board integrating a STM32L071kzt6 MCU and have an issue to wakeup the MCU with uart start bit detection if the MCU uart rx line was no more pullup by the device with which the MCU communicates (A FT230XS USB to RX bridge).It is...
AN2606 does a very good job of describing communication peripheral usage by the bootloader, but not so much GPIO pins.Can I get a description of how each of the GPIO pins on the ST32U545REI6Q is configured by the bootloader? This could be important i...
I use CubeMX to generate the set up code for clocks and peripherals in the STM32H7A3 I'm currently using for my current work. I'd like to calculate the timer and low-power timer call back periods programmatically without having to type in magic numb...
Hello, I am trying to send and receive data with LoRa using STM32. I will leave the codes below. The LoRa connections are made correctly. I was able to communicate using a similar code with another board, but it didn't work with the STM32. The reason...
STM32H753 UART Baud is 15% low. I set it to 115200, but it's running at 98400. Is this a misconfigured clock?
/* add the network interface (IPv4/IPv6) with RTOS */ netif_add(&gnetif, &ipaddr, &netmask, &gw, NULL, ðernetif_init, &tcpip_input); /* Registers the default network interface */ netif_set_default(&gnetif); if (netif_is_link_up(&gneti...
I want to do UDP communication using ThreadX and NetXDuo on an STM32H563ZI.I searched for STM32Cube Examples and found a sample project for STM32H5, but because FW_H5_v1.3.0 does not exist, an error occurs.The following page is set up as an example o...