The official mbed C/C++ SDK provides the software platform and libraries to build your applications.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
The official mbed C/C++ SDK provides the software platform and libraries to build your applications.
Dependents: hello SerialTestv11 SerialTestv12 Sierpinski ... more
You do not have the correct permissions to perform this operation. Please, contact us at support@mbed.com to gain full access.
×
Hello, Exact, those defines are missing for F303K8. We'll add them. Anyway the A7(PA_2) is used for the virtual com port TX part. This means you cannot use it both for the printf and AnalogIn at the same time.
Please refer to the schematics here
You can use it for AnalogIn if you don't use the printf. You can also unsolder the SB2 to break the link to STLink once your program is mature and doesn't need any debug information. Cheers