Hi Ben,

 Below is a link to the same presentation I did in the Netherlands.

There are links within that presentation to the tools. There's also a video
online showing how to use it. Google PX4 hard fault debugging

https://static.sched.com/hosted_files/px4developersummit/35/PX4%20HardFault%20Debugging.pdf

Given that you're the one closest to the problem.  If you have  Seeger J
link I think it will help you figure out exactly what is going on relative
quickly.

David


On Sun, Dec 29, 2019, 10:44 AM Disruptive Solutions <
disruptivesolution...@gmail.com> wrote:

> It looks like its happening here... (type previous mail: graphical)
>
> stm32_ltdc_lclear(overlay);
>
> /* Set layers framebuffer */
>
> stm32_ltdc_lframebuffer(layer); <---??
>
> Op zo 29 dec. 2019 om 19:39 schreef Disruptive Solutions <
> disruptivesolution...@gmail.com>:
>
> > I have most of it done for porting the grapical TFT-LCD ILI9341 through
> > SPI...
> >
> > But I get a PANIC when it is trying to do:
> > stm32_ltds_linit(LTDC_LAYER_L1); in stm32_ltdc.c
> >
> > Does someone know this?
> >
> > Ben
> >
> > /* Initialize ltdc layer */
> >
> > lcdinfo("Initialize ltdc layer\n");
> > stm32_ltdc_linit(LTDC_LAYER_L1);
> > #ifdef CONFIG_STM32_LTDC_L2
> > stm32_ltdc_linit(LTDC_LAYER_L2);
> > #endif
> >
> >
>

Reply via email to