User Activity

Posted on December 21, 2015 at 21:21Hello, I see in my TIM_Handle_TypeDef variable that I can change the values of clockdivision and prescaler, but what is the difference between these two variables? Martin
Posted on December 19, 2015 at 19:15 Hello, I tried to get working the uart with interrupt. I can send and receive data by polling with the function HAL_UART_Receive. First how I can do to check if a byte is in the data_register, because whe...
Posted on October 11, 2015 at 15:24 Hello, I tried to test the I2C interface on a STM32: #include <stdio.h> #include <stdlib.h> #include ''diag/Trace.h'' #include ''stm32f4xx_hal.h'' #include ''stdint.h'' int main( int argc,...
Posted on September 25, 2015 at 21:34 Hello, I would like to configure on a stm32f4 the i2c interface, but the programm crashes in the gpio_init when I add the i2c_init line. Does anyone have an idea? int main( int argc, c...
Posted on August 16, 2015 at 20:22Hello, I try to send a message out via uart, every time I press a button. The init of uart works, because there I send the first message, but if I would do that in the main it brakes every time in the HAL_GPIO_INIT(...