STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB CDC BAREMETAL

Hello everyone, Here i'm trying to implement USB CDC FS on STM32F107VCT6 using Standard Library(without HAL Library), but when i am trying to initialize clock for USB (RCC_APB1ENR_USBEN) its showing error that this register is not available for Conne...

Pkush.1 by Associate
  • 747 Views
  • 2 replies
  • 0 kudos

Resolved! Interrupt Service Routine Jitter

Hi,I use a STM32F767 Nucleo-144 board with a STM32F767ZIT6 processor.With CubeIDE I configure SPI1 as I2S1 input and pump the data via DMA2/Stream0  in a short 8x16Bit circular buffer. The clock of the SPI1 is at ~ 3MHz .I set up the HAL_I2S_RxHalfCp...

DetlefS by Associate III
  • 4394 Views
  • 22 replies
  • 2 kudos

Resolved! Microsecond delay for STM32G030F6P6TR

Hello I am trying to work with Microseconds delay in my codeso follow this very help full post on web POSTand I configure TIMER 3 ( I have also check with all available timer )But unfortunately, it doesn't work for my STM32GO3O MCU /* USER CODE BEGIN...

sandeep3 by Associate II
  • 2756 Views
  • 5 replies
  • 2 kudos

STM32L072 Standby Mode problems

Hello!I'm using the DISCO-L072CZ-LRWAN1 board and have some trouble using the low power modes.It seems whenever i enter the low power mode, it immediately wakes up again, I've tried following a few of the guides and can't see what I'm doing wrong. Th...

Fiskk by Associate
  • 1005 Views
  • 3 replies
  • 0 kudos

ETH HTTP CLIENT

Hello, I have created a project about eth http as a server as well. stm32h750b-dkI have created a web page. Then I wanted to develop the ability to connect to the phpmyadmin database. I tried writing code with html and javascript (the reason I used j...

non by Associate III
  • 529 Views
  • 0 replies
  • 0 kudos

HAL UART DMA and SubGhz configuration bug

Hey, Im trying to use interrupts from UART DMA and SubGhz with STM32WLE5CCU. I noticed that I don’t get interrupts from both when I don’t define delay time between the configurations. The current code:MX_GPIO_Init();HAL_Delay(25); // because of bugMX...

Gyuki by Associate
  • 1013 Views
  • 2 replies
  • 0 kudos

SRAM data is lost after soft boot

Hi,I have a problem with the SRAM. I use a stm32f303CCT and Keil. I write  a value in the SRAM memory. (0x20000000 - 0x20000008) However, after a soft reset, the SRAM value will be deleted. How can this be prevented so that the data is preserved?The ...

PHolz1_2-1701849775464.png PHolz1_4-1701849882377.png PHolz1_5-1701849964218.png PHolz1_0-1701849205040.png
PHolz.1 by Associate II
  • 1321 Views
  • 7 replies
  • 2 kudos