FATFS f_opendir function does not work after updating to CubeIDE 1.7.
I have a working firmware that reads from a SD card on a STM32L476RG using CubeIDE 1.6.1.
In the past I have downloaded CubeIDE updates and after migrating the project to the new version the firmware still works fine, until I updated cubeIDE from version 1.6.1 to version 1.7. After migrating the project to cubeIDE 1.7 the function f_opendir returns a error number 1 (other FATFS functions like reading or writing to a file or creating a directory works fine). In addition, the MCU hangs up when trying to read the MCU temperature and an additional Analog input that I programmed for reading voltage. Fortunately I did a backup of the working folder so I can go back to the previous version, but I was wondering if this is a bug or if there is something else I'm missing. I compared the main.c builds between two versions and I see only differences in some of the clock configurations (not related to the SD Card) but the rest looks the same. Thanks.
