Posted on December 06, 2016 at 20:55
Hello,
we have a project using all the three ADCs of the F7. It runs without any problem on Keil package 2.5.0 which includes HAL 1.0.4. Now, I want to upgrade to version STM32F7 HAL 1.1.0 but I am having p...
Posted on July 25, 2016 at 16:20Hello all,I am using both CAN on my device. It is all working well except that I am receiving in HAL_CAN_RxCpltCallback() an incorrect ID value for all my CAN2 filters. I have 6 filters on CAN1 from 0 to 5 and 6 fil...
Posted on May 04, 2016 at 23:29
Hello everyone,
I have managed to configure the FMC to read/write on my external SDRAM. Now, I am trying to put the heap on it. Unfortunately, I am unsuccessful. I look up on the forum and I have did change...
Posted on November 02, 2015 at 19:29I need to use the timer synchronization in my STM32F7 project. The purpose of the timers are to provide the necessary signals to a CCD sensor. I have a shutter pulse (T5-CH4) and a pixel clock (T4-CH2). I am al...
Posted on September 15, 2015 at 16:47Hello,I have a basic breakpoint question. I am using Keil uVision5 with an ULINK-PRO. I have a project with Keil RTX RTOS. I set breakpoints at different places in my code and when the one of them triggered my...
Posted on February 02, 2017 at 16:44
I have a configuration similar to you with a custom flashloader located at 0x0802 0000 and my application at 0x0804 0000. The way I found easier for us is to reconfigure the option bytes and reset the CPU.
...
Posted on January 05, 2017 at 20:31
Jeremy,
if you run in triple mode you must configured ADC2 also otherwise it will not works.
But if we return to your first desired configuration, as Clive1 said the dual mode configuration requires to u...
Posted on December 07, 2016 at 17:06Yes I have follow those guidelines. Actually I have the latest HAL 1.1.2 now and it does the same problem. As mentioned above , the HAL_ADC_Stop_DMA() return an error if the transfer is already done. I don't un...
Posted on December 07, 2016 at 16:59Thank you Imen,I found out that if we call the function HAL_ADC_Stop_DMA() and the transfer is already stopped it return an error which cause my first value is not good.I have removed the call since the transfer w...
Posted on May 05, 2016 at 21:20
Finally, found the problem... It was in my scatter file. It seems that the order the memory segments are defined is important. Below are my 2 scatter files: first is the non-working one and the second the working ...