User Activity

Posted on August 19, 2015 at 13:59Hi, I read datasheet STM32F072xx and  AN2606 but I have a lack of understanding what are User Flash memory, System memory and embedded memory boot mode. Does someone could explain me :First of all I don't understand...
Posted on August 05, 2015 at 12:14 HI, I am trying to make the CAN2.0A protocole working on my STM32F072 but datasheet for filter setting up is not easy to understand. I want MB_board only receive message from node with ID like : 0...
Posted on July 29, 2015 at 11:29Hello, I need to make my STM32F072 communicate with a HIH sensor through I2C.I want to use HAL_I2C_Master_Transmit and HAL_I2C_Master_Receive. For exemple if I just need to generate a write condition bit may I use it ...
Posted on July 11, 2015 at 07:41 Hello, I have a very simple issue but ununderstandable for me. Hopping someone could explain me what's happening. I have made the code simple in order to point out the issue: #include ''main.h'...
Posted on July 07, 2015 at 09:47 Hello, I want STM32 with GSM board each sec communicate. in Main.c int main(void) { HAL_Init (); SystemClock_Config (); HARD_LED_Init(LED_GREEN); Term_UART_Config(); HARD_TIM_Init(); while (1) ...