Hello @VVlas.1 , You can use STM32CUBEMX to configure you project:Choose your MCU then under Connectivity you can find SPI1 ... and configure them.Hope that this helps you.When your question is answered, please close this topic by choosing Select as...
Hi @Despair1337 ,Thank you for the details.STM32CubeMX copy ff.h from the the package folder, So you can change the file in the package folder.You can find it under user/STM32Cube/Repository ... It's not recommended but it can help you until the fix...
Hi @Taxara ,You can select your MCU and then navigate to Analog.Choose the ADC that you want to activate , then enable the channels that you want.After this you have an ADC configuration on many channelsYou can define you variables in User Constants...
Hi @Iwael.1 ,You can use STM32CubeMX to configure the ADC:Navigate to Analog then choose your ADC then in the ADC_Settings you can enable continuous Conversion Mode.You need also to choose your channels.After that you can generate you code.Hope that...