We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I start to enter the program, the st-link V2 app said"file size is bigger than the flash memory size!!!!
who can help me solve this problem?
19:50:32 : ST-LINK SN : B55B5A1A0000000039CFEF01 19:50:32 : V2J34S7 19:50:32 : Connected via SWD. 19:50:32 : SWD Frequency = 4,0 MHz. 19:50:32 : Connection mode : Normal. 19:50:32 : Debug in Low Power mode enabled. 19:50:32 : Device ID:0x412 19:50:32 : Device flash Size : 32KBytes 19:50:32 : Device family :STM32F10xx Low-density 19:50:33 : Flash memory erased. 19:52:07 : ST-LINK SN : B55B 19:52:07 : V2J34S7 19:52:07 : Connected via SWD. 19:52:07 : SWD Frequency = 4,0 MHz. 19:52:07 : Connection mode : Normal. 19:52:07 : Debug in Low Power mode enabled. 19:52:07 : Device ID:0x412 19:52:07 : Device flash Size : 32KBytes 19:52:07 : Device family :STM32F10xx Low-density 19:52:21 : [FreeJoy_v1_7_1b2.hex] opened successfully. 19:52:21 : [FreeJoy_v1_7_1b2.hex] checksum : 0x0096951C 19:53:10 : File size is bigger than the flash memory size. 19:53:37 : File size is bigger than the flash memory size.
The text was updated successfully, but these errors were encountered:
You have a fake bluepill
Sorry, something went wrong.
@ikuunx you likely have the same issue as I had. your Blue Pill has 32kb of flash but you need the 64kb version... #241
I have also asked to have the minimum flash memory be stated in the Wiki page FreeJoy-Team/FreeJoyWiki#81
No branches or pull requests
when I start to enter the program, the st-link V2 app said"file size is bigger than the flash memory size!!!!
who can help me solve this problem?
19:50:32 : ST-LINK SN : B55B5A1A0000000039CFEF01
19:50:32 : V2J34S7
19:50:32 : Connected via SWD.
19:50:32 : SWD Frequency = 4,0 MHz.
19:50:32 : Connection mode : Normal.
19:50:32 : Debug in Low Power mode enabled.
19:50:32 : Device ID:0x412
19:50:32 : Device flash Size : 32KBytes
19:50:32 : Device family :STM32F10xx Low-density
19:50:33 : Flash memory erased.
19:52:07 : ST-LINK SN : B55B
19:52:07 : V2J34S7
19:52:07 : Connected via SWD.
19:52:07 : SWD Frequency = 4,0 MHz.
19:52:07 : Connection mode : Normal.
19:52:07 : Debug in Low Power mode enabled.
19:52:07 : Device ID:0x412
19:52:07 : Device flash Size : 32KBytes
19:52:07 : Device family :STM32F10xx Low-density
19:52:21 : [FreeJoy_v1_7_1b2.hex] opened successfully.
19:52:21 : [FreeJoy_v1_7_1b2.hex] checksum : 0x0096951C
19:53:10 : File size is bigger than the flash memory size.
19:53:37 : File size is bigger than the flash memory size.
The text was updated successfully, but these errors were encountered: