writing register but not sure about clock

Thread Starter

mercimek kondansatör

Joined Jul 19, 2019
1
Hi pals! I'm doing a project that takes place as an evaluation boards programmer. Using my PCB, I'll be programming the evm. I'm writing my code and controlling the registers that I want to change from logic analyser and it looks fine. But when I tie the board with original programmer it changes the registers and I cant even see any of them except the last one. I thought it's because the original programmer is a way faster than my code. Or maybe I'm changing so many registers inside an if loop and it gets asynchronise with the clock. Is it possible like I thought? and is there a proper way to change registers without interrupting the clock? or what is the best way to do this faster?
 

LesJones

Joined Jan 8, 2017
4,190
Your not likely to get much help without providing some information.
Such as ,
What evaluation board.
What proccesor.
Your PCB
What is "evm"
Your code.
The original programmer.

Les.
 
Top