Others: STM32 MCUs related

Find out more about STM32 implementations with external components, discuss use cases, and discover how to use new tools and ST components.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32 USB and simulink

Posted on November 25, 2017 at 06:04HelloI want use STM32-MAT/TARGET (simulink and stm32) but I need USB and it dont have USB block!How can I use USB in simulink?( STM32-MAT/TARGET )for example how can I send data with USB to other devices or how ca...

a m by Associate II
  • 568 Views
  • 0 replies
  • 1 kudos

How to Configure Clock in Stm32f0

Posted on November 23, 2017 at 12:48I just started Working on Stm32F070RBT6.I am using CubeMx to Configure Keil and Keil uVision5 ofr Simulation. I tried Blinky Example and run it in simulator mode.But The Example Is not working perfectly.I tried al...

Resolved! Is there a free/lite Keil MDK for STM32F4?

Posted on November 21, 2017 at 15:54According to this page http://www2.keil.com/mdk5/selector/ the Lite Keil edition does support Cortex-M0/M0+/M3/M4/M7.Does STM's F4 series belong to the category of ARM M4? If yes, why the Lite MDK license does not...

Pavel A. by Super User
  • 3673 Views
  • 8 replies
  • 0 kudos

How do I define a region of a memory?

Posted on November 17, 2017 at 11:08I want to define a region of a memory with read/write permission. I searched the web and came across the command 'MAP'.'TheMAPcommand allows specifying memory areas that are not detected automatically by �Vision'S...

About generateBuff and getBuffPtr

Posted on November 15, 2017 at 12:02Hi everyone,I'm now trying to start establishing communication between STM32F4 Discovery Board and an SPI slave over SPI1.There is an example project named 'SPI_Test.slx' in the path \STM32-MAT\STM32\STM32demos\Te...

Sam Q. by Associate III
  • 930 Views
  • 3 replies
  • 0 kudos

STM32_MAT_Target External mode error

Posted on July 26, 2017 at 19:34Hello,I am trying to use the Simulink external mode according to the hands on for stm_32_mat_target.During the process I got two errors when I click build in Simulink and after selecting serial port and usart pins, th...

Why is MPU not generating any fault?

Posted on November 09, 2017 at 14:16I want to protect a memory region from writing. I've configured MPU, but it is not generating any faults.Please help.Here are the registers configuration:MPU_RNR = 0x00000000;   // using region 0 MPU_RBAR = 0x2000...