-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Since core update 2.11, upload shows completed successfully but any uploaded sketch (custom code or even from basic examples) compiled with core 2.11 wouldn't work on the board. Tested on multiple units. Rolling back to 2.10.1 fixed it for all the units.
Erasing the flash completely through STM32CubeProgrammer did not solve the problem but it confirms that an upload indeed happens as the flash memory (at 0x0800000) is NOT empty after erasing then uploading.
To Reproduce
Tried with:
1-no optimization (-O0), smallest (-Os) and debug (-Og).
2-Newlib Nano and Newlib Standard
3-Debug symbols and core logs: 'None' and 'core logs and symbols enabled'
4-Uploader: 'Mass Storage' and 'STM32CubeProgrammer SWD'
5-USB Support: None
6-UART: Enabled (Generic Serial)
7-USB Speed: Low/Full speed
Desktop:
- OS: Windows 11
- Arduino IDE version: 2.3.6
Board:
- Name: Nucleo-144 F767ZI
- Firmware Version: V2J46M32
Metadata
Metadata
Assignees
Labels
Type
Projects
Status