Only half of the pins are getting declared in CubeIDE
While creating new project and initialising the peripherals in default mode , even after doing these the pins are not getting declared default
While creating new project and initialising the peripherals in default mode , even after doing these the pins are not getting declared default
Hi STM community, I have interfaced an st7701s driver IC-based display with stm32h747 chip using MIPI DSI in RGB565 mode and using only the internal SRAM(512KB) of stm32 as the frame buffer(2*480*480 Bytes) but the display framebuffer looks like star...
Hallo, I have to use shadow registers (PREEN=1) in HRTIM slave timers. I have decided to use following configuration: UPDGAT = 0110: the update occurs on the update event following a rising edge of HRTIM update enable input 1 (hrtim_upd_en1) to perfe...
Hello ST community, I'm working on an interface board based on STM32F412 to send CAN frame from a computer using USB communication. For the moment I'm doing some tests with the CDC stack and the default ST's USB virtual com port driver on Windows 10....
HelloI am trying to powerup external 8MHZ crystal on STM32F407VET6 MCU but it is completely dead. I run the LED bliking program using HSI, and it is working sucussfully. Boot 0 and Boot1 pins have been PD with 500 ohm. I also run the same code to us...
Hi Community!My goal is to capture an bmp image with the resolution of 640x480. But to check first if the camera is correct connected and works perfectly, I'm trying to take a JPEG image.I've successfully connected my Nucleo-L4A6ZG with an Adafruit d...
Posted on March 11, 2016 at 03:09I have two chips, a master and a slave, both STM32F429. The master is using the internal HSI as a PLL clock source. The master is outputting a 16 MHz signal that the slave is using as a PLL clock source through HSE...
"Hi, I'm working on an EV project. We're attempting to implement the CAN bus protocol on STM32. I'm wondering if there's a way to communicate between two STM32s using the CAN bus without using a module?"
Hello, 2 MEMS microphones share a common Clock (PB3, ADF1_CCK0) and Data (PB4, ADF1_SDI0) of a STM32U585QI.Using ADF the PDM signal is processed successfully. It processes either the data of the either falling or rising edge depending on setting Init...
Hello all,Just started working with STM - Nucleo is my first trial at thisI am operating at 216MHzI noticed this while loop is taking almost 80uSec to complete with the simple trial floating point calculations& output a square wave that I can see on ...