STM32N6 cubeMX bugs and function portability problems
With new and fast N6 MCU comes new CubeMX package which is full of bugs and errors, I spending hours to find and solve such problems, now I cant trust cubeMX at all, every function must be checked after code generation !
ADC rank must be 7, but cubeIDE generate 1:

I spent a lot of time trying to enable SPI DMA, when I tried to choose DMA handle I got unknown errors in almost all enabled interfaces (I2C, SPI, UART... ), and in some way after some changes elsewhere, closing, opening .ioc file form cubeIDE, and after next try the error is gone and I finally enabled !
I trying to enable LSE, but because of some error with frequency settings which I cant set, I cant enable !

There I cant find the way to enable DCMI DMA transfer, DMA handle for DCMI is not active, maybe I dont know some things there !?
To get VDDCORE voltage and avoid errors every time after cubeMX generate code I added additional variable ADC_CHANNEL_VCORE, because cube generate ADC_CHANNEL_VCORE, but the correct variable is ADC_CHANNEL_VDDCORE:

There I got more errors, but I dont have a lot of time to post every problem, there I stuck now with DCMI, maybe in next update this problem will be solved, and until this time I have where to work with this MCU, in any way I disappointed, but MCU looks good and have everything for good product.
