Posted on May 19, 2013 at 14:21Hello, I was just going through some old datasheets for my AT89S51 microcontrollers based on the 8051. I came across parallel flash programming i.e. directly programming the flash through hardware, without goin...
Posted on May 19, 2013 at 17:41Oh by the way, is this process the same for ALL ARM based microcontrollers, like say the Fujitsu series, where there is no mention of any kind of bootloader?
Posted on May 19, 2013 at 17:39Hmmmm.........Thanks a lot. I know that any way of programming the STM32 will be faster than the 8051. Just was curious to know about the different methods available.
Posted on May 19, 2013 at 14:41That's certainly a problem (the vast number of bits...) which you don't encounter in the 8051. But placing data blocks in the RAM would also be done THROUGH the CPU, if you get what I mean, wouldn't it? I was wondering...