Hi guys, I want to be able to program a bare chip ARM chip (I have STM32 ARM chips) and other necessary items like the ST Link V2. I heard IDE's like the Keil-MDK are all limited to just 32kB of code and when I make code of greater space, I need to pay for it. Can you suggest some IDE's that are free and don't have any restrictions as such?
In this post I shall demonstrate the ways of developing programs for mini2440 using Code Blocks. Code Blocks is a free cross platform IDE with powerful features. Install Code Blocks using th…
In this post I shall demonstrate the ways of developing programs for mini2440 using Code Blocks. Code Blocks is a free cross platform IDE with powerful features. Install Code Blocks using th…
so is Code Blocks good or not? I don't see ARM Programming written any where on the website, so I just wanted to confirm with you? What are your thoughts on Atollic TrueStudio?
I have a question related to this, lets say I build my own MC development board with the STM32F103C8T6 the same used on the Blue pill, can I directly plug in the built-at-home MC dev board and code it using Arduino? Or do I need to something else to make it run Arduino Code?
I have a question related to this, lets say I build my own MC development board with the STM32F103C8T6 the same used on the Blue pill, can I directly plug in the built-at-home MC dev board and code it using Arduino? Or do I need to something else to make it run Arduino Code?
As that explains, the STM32 includes a serial bootloader - I would also suggest you copy the circuit from there, as you're basically duplicating it anyway, as it includes jumpers for run/loading etc. You could also take the opportunity to correct the few minor defects mentioned in the Wiki.
If you're planning programming via the serial port (rather than flashing a USB bootloader) I would also suggest you add a socket so you can plug an FTDI module straight in, to save any messing about.
As that explains, the STM32 includes a serial bootloader - I would also suggest you copy the circuit from there, as you're basically duplicating it anyway, as it includes jumpers for run/loading etc. You could also take the opportunity to correct the few minor defects mentioned in the Wiki.
If you're planning programming via the serial port (rather than flashing a USB bootloader) I would also suggest you add a socket so you can plug an FTDI module straight in, to save any messing about.
There is only one thing if the TS is having problems loading code on a blue pill ?
How do you think it will be better making your own board the same divers used to load code with a programmer going to have same problems.
And the blue pill can be programmed serial or a ST-link I used serial and the Arduino ide I've used ST-link too
But using Arduino ide is simple and not that hard to setup.
I think I'd work on getting it going with the Arduino ide.