STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Hi everyone, I am creating a project via STM32CUBEMX (V.6.4.0) for STM32G070 including AzureRTOS, however, I've encountered an issue using tx_thread_sleep function.

I've tried to create a simple project which includes 2 threads. Each thread toggles two separate pins respectively . To create a 10 ms delay, I am using tx_thread_sleep (TX_TIMER_TICKS_PER_SECOND is 100) . Everything works okay, however, I've noticed...

0693W00000WL0YNQA1.bmp
MR.16 by Associate
  • 1475 Views
  • 2 replies
  • 0 kudos

stm32 eth + lwip echo server ping

I'm trying to implement a server with eth+lwip with stm32, but it worked well when I debug it, but it didn't work when I tried to turn it off and on without debugging, so I'm trying this and that, but I'm not even pinging itIt says that the phenomeno...

0693W00000WKyKdQAL.png 0693W00000WKyLCQA1.png
ark2 by Associate III
  • 1024 Views
  • 1 replies
  • 0 kudos

Hi, I'm trying to implement stm32f7 discovery cube package example. (USB Mass Storage) in High speed mode. I inserted microSD card into slot. after i build and load the image into the memory , i can see the files inside microsd card.

but when i start to copy and paste these files to another location . i can not get the true speed. (while writing reading) I mean I choose HS mode (60Mb/s) but transfer speed is too low. I made everything in the readme.txt file. but i can not impleme...

FOzat by Associate II
  • 721 Views
  • 2 replies
  • 0 kudos

Resolved! I2C: Wrong Slave address on STM32H743ZI (Nucleo board)

This is more a bug report than an actual question.I have experienced a wrong behavior of the I2C driver of STM32H743ZI MCU (Nucleo board).What's happening? The driver is simply dividing by 2 the slave address passed as a parameter to the function HAL...

AGour by Associate II
  • 3142 Views
  • 5 replies
  • 0 kudos