STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 HAL PHY Write register question

I have trouble to understand bits in phy registers using HAL_ETH_WritePHYRegister() method.I'll try to explain my question using PHY_AUTONEGOTIATION value defined in stm32xxxx_hal_config.hBasing on the default LAN8742a which is implemented on nucleo ...

John Doe1 by Associate III
  • 904 Views
  • 2 replies
  • 0 kudos

Resolved! HAL_Delay() not working properly?

Hi,I'm working on a project to create a voltage inverter controlled by a STM32103C8T6 (the bluepill). Later, I intend to include a boost converter to have a better voltage control.The problem is that my delays aren't working properly. Where I should ...

HAL: Unused parameter warnings

I compile my code with -Wunused-parameter and I get many "warning: unused parameter …" for the STM32F4 HAL.Would be great if this can be fixed in the library. I don't want to change the library and then have to maintain the changes.Thanks!Harjit

stm32f429zi nucleo ethernet socket

I am working on stm32f429zi nucleo board on ethernet .1) Is it possible to implement SOCKET programming without RTOS.(if so any source code available)2) Any resource for implementing standalone TCP data transmit and receive.(any source code available...

KINGame by Associate III
  • 233 Views
  • 0 replies
  • 0 kudos

HAL I2S timeout error

HAL I2S timeout error, look at my code below, i had it working one day and now it never works, the HAL_I2S_Receive function is only called once and then I run into HAL_StatusTypeDef being stuck in HAL_TIMEOUT.while (1)   {   /* USER CODE END WHIL...

uahma by Associate
  • 479 Views
  • 2 replies
  • 0 kudos