• Assembler example for STM32F103
    Hi everybody, I have here an MCBSTM32E with an STM32F103ZE. I want to write a short routine in assembler, becaue my C code is to slow. But unfortunatly i dont find any example how to use Inline Assembly...
  • Assembler example for STM32F103
    Hi everybody, I have here an MCBSTM32E with an STM32F103ZE. I want to write a short routine in assembler, becaue my C code is to slow. But unfortunatly i dont find any example how to use Inline Assembly...
  • CoreSight Components Technical Reference Manual (Assembly code for Stimulus Registers)
    Hi, on page 310 of the CoreSight Components Technical Reference Manual (ARM DDI 0314H), there is this assembly snippet which is showing how to do an exclusive write to the stimulus port. When I'm...
  • CoreSight Components Technical Reference Manual (Assembly code for Stimulus Registers)
    Hi, on page 310 of the CoreSight Components Technical Reference Manual (ARM DDI 0314H), there is this assembly snippet which is showing how to do an exclusive write to the stimulus port. When I'm...
  • CMSIS SPI driver for STM32f103
    Hi I am currently using SPI driver from CMSIS drivers, SPI_STM32F103xx.c for my project.(STM32F103RB discovery board) I configured RTE_driver.h, defined RTE_SPI1 as 1, since I require SPI1 access...