Resolved! Clarification of Max OD Pin Voltage
Ask questions, find answers, and share insights on STM32 products and their technical features.
Hi. I made a project with stm32H743IIT6.i used ( touchgfx designer 4.20.0 ) + ( stm32cubeide 1.10.0 )and I saved my images on external flash (W25Q256) with QuadSPI and use SDRAM for touchgfx buffer.But I have a problem. when I display the image on LC...
I want to do a pc waveform display of a four channel adc, it is a serial input pc and the sampling frequency is 1kSPS. What software should I use to develop, the sampling frequency is 2kSPS. I use node-red to find that the chart keeps crashing and ca...
STM32Cube FW_F1 V1.8.4Conditions: SPI1 or SPI3 remapped to PB3-5 pins. Problem: SPI not work.Solution: Enable Debug Serial Wire (PA13 PA14)SWJ function changes SWJ_CFG[2:0] bitsstm32f1xx_hal_msp.c line 81__HAL_AFIO_REMAP_SWJ_NOJTAG();do{ uint32_t tm...
I’ve successfully running the software uart described in AN4457 (Implementing an emulated UART on STM32F4 microcontrollers) using a STM32F401CE MCUs. The Software is reduced to bare metal and using TIM1 to generate the receive bit sampling event for...
Hello, I would like to know the way to measure actual power consumption of stm32 chip on NUCLEO board, so if I disconnect:> LEDs> voltage regulators (supply 3.3vdc directly instead)am I able to get power consumption of stm32 chipset according to its ...
Hi,I'm trying to modify the join channels in the project LoRaWAN_End_Node, but I didn't find out how to do it.I modified the following macro definition to enable sub channels CN470 80-87:1.lorawan_conf.h/** * \brief Limits the number usable channel...
When I run this code, the value stored in colourBuf[0] changes after the for loop at line 73 completes. The colour0 value doesn't change. Debugging in STM32 Cube IDE./* * LED_control.c - Version 2. * * Created on: 21 June 2022 * Author: ...
Hi everyone,I can not get SPI using the DMA to work. The MOSI line stays zero all the time. The result is the same using my own and also the example code provided with the firmware package for the MCU (STM32CubeL5\Projects\NUCLEO-L552ZE-Q\Examples\SP...