• STM32f103 Clock configuration problem
    Hello, Here is my code: #include <stdio.h> #include <string.h> #include "stm32f10x_gpio.h" #include "stm32f10x_rcc.h" void GPIOSYS(void){ GPIO_InitTypeDef GPIOStructure; RCC_APB2PeriphClockCmd...
  • Trouble with clock configuration
    Hello, When I feed TIM0 with PCLK, I do get interrupts upon overflow, as required. But, I want to feed to clock with MSTR (master clock) so I did the following: SCU_TIMCLKSourceConfig(SCU_TIM01...
  • Can I2S3 be configured as Rx slave, with an external clock ?
    I am coding a proof of concepts for a future hardware, using the STM32F4 Discovery board. I need to import data from an external hardware using the I2S feature, but am having the following problem....
  • STM32F103 CAN to USB module problem
    Hi folks The general application is this /*******************************/ a USB MSD bootloader lives in the bottom of the flash. If there is no USB lead plugged in, the bootloader finishs and...
  • TMS470R1B1M, CAN module
    I am trying to configure the CAN module (HECC1) Steps followed are: 1. Entering the configuration mode by instruction pHECC1->CANMC = CCR + ABO; 2.Waiting until CPU has access to CAN configuration...