I need help on what is the best windows programs for .uf2 and should i write code in assembly or something else
I’m not sure if I’m understanding your question, but if you’re wanting to write a PicoCalc application and build it into a uf2, you might take a look at @BlairLeduc’s PicoCalc Text Starter project (https://github.com/BlairLeduc/picocalc-text-starter/tree/main). It is a C project and a lot of people have used it as a starting point for various applications.
If the question is about actually setting up the development environment on Windows I don’t know for sure since I’ve only done builds using Linux, but you might take a look at https://github.com/raspberrypi/pico-setup-windows/blob/master/docs/tutorial.md or use WSL.
1 Like