• BSPI - flags don't change
    I'm using the BSPI of the Str71x MCU to communicate with a network module. While simulating step by step it still works, but the flags of the CSR2 register don't change. While running the programm the...
  • Interrupt remapping for STR73x processor
    Hi All, I am using STR73x (ARM 7 core)Processor for my application. I am working on bootloader, I written a small program(consider as bootloader) which wait for the UART key press and as soon as any...
  • Flash Loader for STR73X
    I am trying to either: 1. compile a flash algorithm for STR730, or 2. get my hands on an STR73X.FLX file So far I have tried 1, but cannot get rid of "Entry Point lies outside image" errors. Can...
  • STR73X and FIQ driven system running on RTOS
    Hi, I'm considering using RTL-ARM and IRQs on an STR730 in order to use commands like isr_XX_XX. That way I could have an interrupt driven ( IRQ ) application. I read on the web that the interrupt...
  • After STR73x memory remap getting prefetch abort exception
    Hi, i am working on STR73x (ARM 7) controller bootloader. I have small; code that jump to application code location when status of one gpio is changed. i remapped the memory in my application code...