STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Zephyr MCUboot for stm32f446re

I've been trying to get MCUboot working on the nucleo-f446re board with the USB DFU sample for a couple of days now, but I'm stuck!Here's my MCUboot configuration:```CONFIG_FLASH=yCONFIG_FLASH_PAGE_LAYOUT=yCONFIG_FLASH_MAP=yCONFIG_LOG=yCONFIG_LOG_MOD...

Running Zephyr RTOS on STM32F303CBT6

I have a custom board with an STM32F303CBT6 MCU with an external 16 MHz oscillator, but I am unfortunately not able to get Zephyr RTOS to successfully boot.From the KConfig options, it does not look like the specific variant of F303 is supported. It ...

sbend by Associate II
  • 1021 Views
  • 1 replies
  • 0 kudos

UART2 Modbus issues in STM32G070RBT6

Hi,  I was working with  Modbus Protocol with the external device(Aster TDS Meter). The Modbus External device Settings in 9600baud rate, 8bit,parity none and 1stop bit  My Problem was when i connect the device with UART4 i am able to get the output ...

STM32CubeIDE only running code from one project

Hello all, I am currently working with the STM32CubeIDE. I wrote a program that didn't end up working but concluded the code was fine after reviewing it. I tried copy and pasting the code into a different project within the IDE, and it works just fin...

dj-b by Associate
  • 273 Views
  • 3 replies
  • 2 kudos

Resolved! Problem with pdm2pcm library in vs code

Hi,I am struggling to make PDM2PCM library work. My projects build without issues, but when I upload them to the board , program executes until it reaches PDM_Filter_setConfig function (tested with breakpoints). After that, it goes to infinite loop c...

baator025 by Associate III
  • 380 Views
  • 2 replies
  • 1 kudos