Hi,
Can you advise a hardware and software programmer for nRF51822 ?
best regards
Tomasz
Hi,
Can you advise a hardware and software programmer for nRF51822 ?
best regards
Tomasz
I thought ARM ST link JTAG programmer would work with the chip?this chip is arm based isn't it?
Yes, to processor is ARM Cortex-M0. That is the core processor. The Flash memory however is what you need to program not the core processor. Of course you can use any jtag as long you have the driver for the target core and flash memory inside the target.
"The Flash memory however is what you need to program not the core processor" oh really? Where did you get that? Do you know that it's the processor that you talk to when programming the flash? :)
Mojo is right, it is not the core. The core is the same among all silicon vendor except each vendor uses different flash chip hence the require driver for each one. For instance, same Cortex-M4 on STM32 or NXP do not program the same. You need to use the right flash algo to flash each. If you want to know more, look in the datasheet of each one and look at the core datasheet on ARM and look at the OpenOCD source code where you can find flash algo for each vendor.
Mojo is right, it is not the core. The core is the same among all silicon vendor except each vendor uses different flash chip hence the require driver for each one. For instance, same Cortex-M4 on STM32 or NXP do not program the same. You need to use the right flash algo to flash each. If you want to know more, look in the datasheet of each one and look at the core datasheet on ARM and look at the OpenOCD source code where you can find flash algo for each vendor.