Atollic user trying STM32CubeIDE and precisely nothing working
It seems like the various import mechanisms are making incorrect assumptions about file locations. Just tried to import from filesystem one of the example programs from Cube H7 V1.6.
I set the import to copy files so I wasn't going to corrupt the source.
Import seemed to work but when you try to look at the source files they aren't there because the path is completely wrong. e.g.
Looking here:
D:/Middlewares/Third_Party/FatFs/src/option/syscall.c
Actually imported here:
D:\Dropbox\STM32CubeIDE\workspace_1.2.0\FatFs_RAMDisk\Application\User\Core\syscall.c
When I tried to import a known good Atollic project the import failed with an error when trying to back up the project files.
Cube H7 V1.6 ( for STM32H7A3) no longer provides Atollic project versions and the CubeIDE versions are apparently completely useless and won't import into Atollic - THANKS !!!!