STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! About STM32U535CEU6 Bootloader

Hello,I am using STM32U535CEU6 for my development.I would like to transition to the bootloader using USB DFU with Boot0 pin kept Low, and the control performed within the application. I executed the following code right after HAL_Init();, but when I ...

Ka_T by Associate II
  • 257 Views
  • 1 replies
  • 1 kudos

USBX CDC ACM Write problem

Hello everyone,I'm developing an application using USBX CDC ACM class in standalone mode. I've written an execution loop for scheduling USB stack operations and there are no problem with READ transaction; i'm able to receive correctly every data from...

Resolved! TCP Client Raw API

Hello,I have STM32F767ZI and STM32F429ZI Nucleo board, which I want to configure in TCP Client mode. I have attached .ioc file and tcpclient.c and ethernetif.c files. This files I have downloaded from internet. Now here is my problem when I try to ru...

MGogr.1 by Associate III
  • 707 Views
  • 3 replies
  • 1 kudos

Write to STM32F103C8 flash

eu, eu estou tendo um problema com o meu software ao escrever para o flash. O que está acontecendo? Estou usando o temporizador 4 para alternar LEDs e botões, e até agora tudo bem, mas o problema ocorre quando vou escrever no flash. Quando eu apago, ...

Avoid Interrupt after HAL_COMP_Start(&hcomp1)

I set a breakpoint inside the function:void HAL_COMP_TriggerCallback(COMP_HandleTypeDef *hcomp)I got an interrupt event just after calling the function:HAL_COMP_Start(&hcomp1);I tried to pull-down/pull-up, I tried with all triggers modes but I ever ...

dhs by Senior
  • 629 Views
  • 4 replies
  • 0 kudos