STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32U545 I2C HAL weirdness

Hi.I'm working on a project using I2C on the U545, and I've noticed that all the HAL_I2C_Slave_* functions include the following:/* Enable Address Acknowledge */hi2c->Instance->CR2 &= ~I2C_CR2_NACK;However, the STM32U5 Reference manual states that wr...

WebUSB and STM32F411

Dear community,I'm trying to use the tinyUSB librarie for a WEBusb API on my STM32F411.I' have spend many hours without result...One side, the TinyUSB seem be serious, on other hand no example on web.so my question, is do you have already use the tin...

JL_Loyd by Associate
  • 143 Views
  • 0 replies
  • 0 kudos

Resolved! which file starts STM32

I do have this demo program in which main.c is disabled so it would start from main_pinpong.c which is the only file withint main( void ){included in target build startup_stm32l476xx.s is supposed to be the startup file but I do not see any reference...

Untitled.png
MNapi by Senior III
  • 390 Views
  • 5 replies
  • 4 kudos

Resolved! Timer based using thread X

Hi!!I am using ThreadX to develop a project.As far as I know, when using FreeRTOS, it is highly recommended to switch from SysTick to another timer.Is it the same for ThreadX?Therefore, I am using TIM7, which is a simple timer. I was wondering where ...

Can't ping IPv6 in stm32f769I discovery

I am using LWIP 2.1.2 in stm32f769I discovery board.I can ping IPv4 from my PC.But i can't ping IPv6.I have enabled the Autoconfig(Stateless).As per my understanding the IP address will be created based on the MAC.My MAC is 00:80:e1:00:00:00Link loca...

KP.1132 by Associate II
  • 575 Views
  • 1 replies
  • 1 kudos