STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Keil Rtx5 rtos timing issue

Hello. I am learning rtos and using led blink example. Here is my code: Main:#include "RTE_Components.h" #include "cmsis_os2.h" #include "stm32f4xx_rcc.h" // Keil::Device:StdPeriph Drivers:RCC #include "STM32F4XX.h" #include "Threads.h"...

EMutt by Associate II
  • 565 Views
  • 1 replies
  • 0 kudos

spi master slave communication

Hello every one,I am trying to communicate spi master and slave with two discovery boards In my case stm32l152rc is master and stm32f407vg is slave..When i am sending from master to slave it's receive complete data but when am sending slave to maste...

0690X000006CudlQAC.png 0690X000006CudgQAC.png
jkuma by Associate II
  • 828 Views
  • 7 replies
  • 0 kudos

FTP Client

Hi,Masterplatform:stm32f030c8 and stm32f103vc I want to download firmware from the FTP server through the GPRS module, perform local firmware upgrade, ask if there is any FTP client information document or demo, thank you very much! Please forgive ...

lyu by Associate II
  • 443 Views
  • 1 replies
  • 0 kudos

Why transmitting data in STM32 I2C slave is not working

I am using STM32L4R5ZI as a I2C slave. From I2C master I am getting first command and On my slave device I am sending the response but the slave code hangs there(and it makes my master device to reboot automatically). Please provide the necessary inp...

Shree by Associate II
  • 1205 Views
  • 7 replies
  • 0 kudos

UART receiving problem (using interrupts)

Hello everyone,I am facing a issue I can't explain.I am migrating a code from F1 to F2.I am using UART4. If I only use this peripheral I can send and receive data and everything work well.Then I am using a the TIM6 to have a 2ms counter.In the IRQ of...

haye by Associate II
  • 1219 Views
  • 9 replies
  • 0 kudos