STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 531 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
  • 546 Views
  • 4 replies
  • 0 kudos

About the drift of the RTC of STM32F407VET6

Hello everyone, I'm Jun and I live in Japan.The board is a custom board based on BLACK_F407VE, and is for hobby engine control. The crystal oscillator is ABS07-LR-32.768kHz-6 (load capacitance 6pF) recommended by STM.The development environment is Vi...

juntakei by Associate II
  • 1183 Views
  • 11 replies
  • 1 kudos

How to change the IP Address at runtime

This is my Environment:Microcontroller: STM32H723ZET6LWIP is used. No RTOS used.I am setting a Static IP address in the *.ioc file. I am setting the same IP address in the TCP Raw Socket Echo Server to Bind the socket. Over that I am running the Modb...