STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

bekomme keine Anzeige auf dem Display

Hello,what do I have to change in the code so that I see something on the oled display 0x78?Maybe someone has a tip for meThanks ...#define ssd1306_I2C_Port hi2c2#define ssd1306_I2C_ADDR 0x78...#define ssd1306_WIDTH 128#define ssd1306_HEIGHT 64...I2C...

Timer callback issue?

Hi,I have timer with period 1 sec (80 MHz clock):  htim2.Init.Prescaler = 80-1; htim2.Init.CounterMode = TIM_COUNTERMODE_UP; htim2.Init.Period = 1000000-1;  Global var (volatile uint32_t) increased every time counter wraps around void HAL_TIM_PeriodE...

Lex by Associate III
  • 51 Views
  • 2 replies
  • 0 kudos

How to connect microsd card in stm32f407

Hii, I was trying to connect microsd card module with stm32, i was unable to connect with it because the SDIO interface was not available at stm32f407 discovery board. also it support spi communication but not getting how to get with it. can some one...

Resolved! stm32h745 IAP JumpToApplication Error

I'm implement IAP STM32h745ziq for cm7. then seen write Download image using ST-Link utility.   my board Programming Completed Successfully! But, I'm trying Execute the loaded application. then stopped my board.JumpAddress = *(__IO uint32_t*) (APPLIC...

yolominwoo_0-1713943698172.png yolominwoo_1-1713943721836.png yolominwoo_2-1713943827757.png

USB project example

Hello,I need very simple communication of my STM32F722RET6 via USB (Full Speed) - I need to send every 10 ms only data of 20 bytes to some program made by C# in Visual Studio. I found some samples of USB communication on GitHub but I was not able to ...

Resolved! STM32F407 Mcu clock setup

Hello sir, I have developed MCU clock setup using two functions Mcu_init and mcu_initclock in stm32f407 board. Now I want to develop Distribute PLL and get PLL status. Can you help me out. I have attached my mcu.c here for your convinience.#include "...

Regarding issue with NUCLEO-F429ZI.

NUCELO-F429ZI Encountered a issue.When i connect a USB ,it is showing like FAIL and a message is shown on the screen likeThe interface firmware FAILED to reset/halt the target MCU.Can any one let me know what is the reason for this and solution for t...

STM32 UART only working with debugger

Hi,I am working with STM32g491re custom board. With UART communication our STM32 and other MCU communicating.After flashing the firmware with debugger both boards are communicating properly but once power off & on If other board sends the data stm32 ...