Resolved! STM32H733ZG BOOT0
BOOT0 Input equivalent circuit data cannot be found. Please let me know if you have any materials.
BOOT0 Input equivalent circuit data cannot be found. Please let me know if you have any materials.
Im working on stm32l433cctt6 ,& try to save deta on internal flash memory ,but while write on flash operation it returns status error & Hard fault in HAL_FLASH_Program,Here is my Code// Variablesuint32_t StartAddress = 0x0808F800; //start addre...
Hello everyone! The MCU used is STM32F429IGT6.Among the functions, we want to use LTDC.Currently external memory cannot be used.using internal flash memoryI am trying to use an RGB888 (854x480) 24bit image.However, this image has a total size of 1.2M...
Posted on October 06, 2015 at 20:59I noticed that there was a new CubeMX version available 4.10.1. The Cube SW downloaded it semi automatically but I can't find it. It was unzipped automatically but not installed. So where is it. I have a Windows 7...
Dear STM team,I am debugging the chip since hours and I think there is something wrong with the PB5 and PB15 pins:1. SPI1 with MOSI on PB5:I have configured SPI1 and want to get the SPI1_MOSI on PB5 (as mentioned as ALT5 in datasheet).I use a STM32U5...
I am using the Nucleo-64 STM32L476 evaluation board and am connecting via the (USB) debug port. This connects to USART2. However, when I send 7 bit serial (from the PC) it appears to arrive as 8 bit serial (USART2). Does the USB to Serial converter ...
I am using stm32f103rct6 controller board. I am not getting fixed ADC values for POT. I was used poll for conversion in ADC. Please attach code to get a fixed ADC value or else please address me for how to solve the problem.
Hello, I am trying to select CAN1/CAN2 peripheral using the STM32CUBEIDE device configuration tool . Even though I disabled LTDC and FMC, it is not allowing me to enable CAN1 or CAN2I want to understand does this board supports CAN communication. How...
For a few days I have tried to load programs on my STM32, however when it comes to passing the program to the board, I get the error that "No target connected", I have already verified that the drivers are updated, that the computer recognizes the bo...
Hello to our community, I'm currently working on connecting a MEMS microphone (IM68A130A) to a Nucleo H7A3ZI-Q microcontroller board. My goal is to record sound with the microphone, send it to MATLAB for processing, and then save and playback the s...