mk53 simulator

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

mk53 simulator

571 Views
ednasalazar
Contributor II

Hi everybody:

I am working with mk53 µC and I have to verify my code making unit test without evaluation board.

I would like to know if there are any software tool to simulate peripheral units (UART,I2C,SPI)  and  peripheral interruptions

Thanks you!

Tags (1)
2 Replies

446 Views
mjbcswitzerland
Specialist V

Hi Edna

See µTasker Kinetis TWR-K53N512 support

This allows peripheral simulation, including interrupts and DMA operation. It is an application simulator which doesn't attempt to simulate core instructions but instead allows complete projects to be tested in (approx.) real time with their use of peripherals.

UARTs and Ethernet will hook up to a PC's interfaces for real-time operation and various external I2C,and SPI devices are simulated (as well as SD cards, displays, etc.),

Regards

Mark

Kinetis: µTasker Kinetis support

K53: µTasker Kinetis TWR-K53N512 support

For the complete "out-of-the-box" Kinetis experience and faster time to market

446 Views
ednasalazar
Contributor II

Thanks very much for your information

0 Kudos