User Activity

Given:  void USART2_Init (void) { RCC->APB1ENR |= (1<<17); RCC->AHB1ENR |= (1<<0); GPIOA-> AFR[0] = (7<<8); GPIOA->MODER |= (1<<5); USART2->BRR = 0x0683; // 9600 at 16MHz USART2->CR1 |= (1<<3); USART2->CR1 |= (1<<13); } void USART2_Write(...
Hi there,  follow the attached picture, an easy question for you, for me an effort. left side:Compiling procedure for a simple 32-bit binary file, ARMright side:program code - board LED should turn onresult:turn on LED - failed Questions:AIn my opini...
Dear Ladies and Gentlemen,   for you it is your daily business - for me as customer a contemporary challenge:   Something went wrong with my pin-configuration. I measure ~1,7 V as GPIO-output of Port A instead of wished >=3.3 V. My power supply is a ...
 I work with a 64 bit linux and a stm32f411ceu microcontroller.Unfortunately there is no detection under linux from the uart port. Are there experiences or sources? 
 Are there experiences regarding the record of a signal in look to the 64-bit platform linux?Do I need a 32 bit-emulator or something like this?
Kudos from