Other tools (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Need Help with Include paths in Keil compiler

Using Keil V5, C program for stm32g0. Have tried to add include paths in Project.Options for target. C tab. include paths, for instance:C:/Users/ashto/STM32Cube/Repository/STM32Cube_FW_G0_V1.6.1/Drivers/CMSIS/Include;..\..\STM32Cube\Repository\STM32C...

DRobe.4 by Senior
  • 1365 Views
  • 23 replies
  • 0 kudos

How to enable UART with STM32F413 via MATLAB Simulink?

Hi guys,I'm working on UART with STM32F413 via MATLAB Simulink recently.I've followed this tutorial: 《Getting Started with STMicroelectronics STM32 Processor Based Boards》 from MathWorks.And I can already turn on LED via MATLAB Simulink. And next ste...

0693W00000aH27vQAC.png
YFu.1 by Associate
  • 442 Views
  • 0 replies
  • 1 kudos

STM32F4 USART_Receive block usage problem in Simulink

Hi everyone,I am trying to read a laser sensor through UART of STM32F4 inside Simulink. The laser sensor's refresh rate is 10 Hz approximately but it does not give the data periodically. I am using UART Interrupt for reading action. There are two cas...

Retarget printf for iar

In order to make the printf function accessible from other libraries, I create a retarget library where I call stdio and write my own implementation of _write function using UART peripheral. So when I want to use printf in another library. I add incl...

JCuna.1 by Senior
  • 295 Views
  • 1 replies
  • 0 kudos