Unknown data at the end of the hex file
Posted on September 20, 2015 at 08:31 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on September 20, 2015 at 08:31 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 23, 2015 at 16:52Has anybody used PC-Lint (Misra Compliance Checker) with the latest Keil IDE and STM Libraries? If so, what was your experience? Any comments are welcome. Werner
Posted on September 18, 2015 at 08:43Hello all, I wrote code for CAN message transmission using STM32F429ZI board. Message is not getting transferred. It is displaying only error frames in CANanalyzer. Please suggest me solution for this problem. I ...
Posted on September 23, 2015 at 10:15Hello, i have a serious problem with project regeneration with CubeMX. After regenerating a project, the linked files (for example HAL and configuration files, like main.c) point to the wrong direction. The file ...
Posted on September 21, 2015 at 16:02Hi, I'm trying to send data via USART2 but I can't receive anything. Here is my source code: /* Includes ------------------------------------------------------------------*/ &sharpinclude ''stm32l0xx_hal.h'' /*...
Posted on September 03, 2015 at 16:17Any interest in a block FIR routine (16 bit data) that can execute (on average) 1 tap in less than 1 cycle?The catch: It is an 8 tap filter (result not rounded).The filter has low start and end overhead and can b...
Posted on September 22, 2015 at 14:58 The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 22, 2015 at 18:24Hello. i have this structure definition:(ex)structure example_str{ int a[10]; int b[10];}and a function with this definition:void test(example_str *temp); i want to change the value that pointer temp is locating ...
Posted on September 22, 2015 at 11:25 I am trying to receive string from my PC then put it on the LCD. This my code : char recieve[10]; while(__HAL_UART_GET_FLAG(&huart2,UART_FLAG_RXNE)==0){}; for(i=0;i<=9;i++) { HAL_UART_Receive(&huart2,(u...
Posted on September 21, 2015 at 20:09I am trying to set up my first project with CubeMX and would appreciate help understanding some of the finer details...1.ADC configuration: A. Under adc NVIC tab, there in an option to enable nvic global inter...