Hi Imen,I have seen, that the new version 1.15.1 offers the ADC3 selection for temperature, vref an vbat again.Thanks for the repair.But I have to mention that I had to reinstall the offline repository for the H7. Without this installation, my CubeID...
Hi@robbox123 ,@robbox123 wrote:Is there an easy fix without hacking the IDE setup files, or will ST fix this?you don't hack the IDE setup files by editing the linker file. You just update it to the new version.If you generate a new project in 1.15.0 ...
Hi @bruno_b2s ,I think the problem appears because of the GCC update.I generated a new project in STM32CubeIDE to check if there is also a warning. But there wasn't one, so I compared the files with my old project. There are also comments in the newl...
Hi @Peter BENSCH ,this is what the manual of the H723 shows:There are no channels 16, 17 and 18 for ADC3. Why is there an option for vrefint at ADC2, I can't find this connection in the manual.Best regardsJens
Hi @RajeevAroraCrcEvans,i have added an example.You have copied every part, thats not correct.Delete this part: .ARM.extab : {
. = ALIGN(4);
*(.ARM.extab* .gnu.linkonce.armextab.*)
. = ALIGN(4);
} >FLASH Just use this:.ARM.extab (REA...