STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F767 Ethernet at different rate

Hi everyone. I'm using stm32f767zi board with lwip stack and I need to transmit at different rate through Ethernet: 50mbit/s, 80mbit/s and 100mbit/s. When I tried to send a buffer of 6554 byte every 1ms (in order to send 6553600 byte aka 50mbit every...

Al3 by Associate II
  • 1464 Views
  • 14 replies
  • 0 kudos

EEPROM Emulation in FLASH STM32L432KC

I am working on EEPROM Emulation in STM32L432 using its internal flash memory so is there any specific address for making EEPROM emulation in stm32l432kc or can we take any random address of flash memory? give the solution. 

vpn by Associate
  • 392 Views
  • 2 replies
  • 0 kudos

I have an STM32H742VGT based project with ethernet connection (LAN8742AI-CZ phy ) the problem is that I get HAL_ERROR when the HAL_StatusTypeDef HAL_ETH_Transmit(ETH_HandleTypeDef *heth, ETH_TxPacketConfig *pTxConfig, uint32_t Timeout)

When the HAL_ETH_Transmit is called by the driver it seems the code below (part of HAL_ETH_Transmit ) times out as the DMA TX complete callback are not called. I've followed the STM32H743 example but I guess STM32H742 memory map is a bit different th...

NMach.1 by Associate II
  • 1520 Views
  • 9 replies
  • 0 kudos

TIMER and GPIO PIN

Hello,I'm have a Nucleo board with a STM32F334R8T6I configured a timer with 10kHz and I'm using the HAL_TIM_PeriodElapsedCallback to call a funtion that will control my motor and read some data with the ADC. I want to check the frequency that the con...

Nakata_2-1722018201849.png Nakata_0-1722018043049.png Nakata_1-1722018123342.png
Nakata by Associate II
  • 330 Views
  • 2 replies
  • 1 kudos

Resolved! STM32F407 USB bootloader problem

Hi,Recently I had to replace the MCU in a device and I tried to upload the code using USB Bootloader, as it is available and requires very little stuff when you're on site.So, the MCU has been detected in the system (see PIC1.png), but the CubeProgra...

Resolved! ThreadX does not start scheduling

Hi,my application is loaded via the bootloader and i sstarted. Two threads are generated and it seems properly generated because one thread is in ready state while the other is in suspended state.Systick is used for the ThreadX and TIM6 is used for t...

SHaue.2 by Associate II
  • 1183 Views
  • 2 replies
  • 0 kudos