• Best most recent text on ARM arch
    Hello all, I'm searching for a good (rather, excellent) textbook on detailed overview of ARM architecture(s), quite recent (may be just couple of years old?). Covering all Cortexes M, R, A, probably...
  • application which takes audio input from uart and give text output
    Is there any windows application which takes audio input from uart and give text output. is there any Forntend application which can give the same output.
  • How to assert PSLVERR in APB4 ?
    Hi All, I have a question about APB4 slave i think PSLVERR will be asserted when address is incorrect. Is my understanding correct? Regards, PhanTam
  • How to use DTCM in multicore ?
    How to initialize global variables in DTCM's of other cores?? Can It be done by using Scatter file?? In multi-core environment usually the early initialization(scatter loading, library function initialization...
  • How to use SCB_DisableDCache() correctly?
    Hello all, I'm using a STM32F769 controller with Cortex M7 and FreeRTOS 10.2.0 as OS. And I will do an SystemReset to restart my system with other Boot settings. Now, i will keep sure that all my...