• How to simulate analog input to ADC0 pin on logic analyzer ?
    I tried using variable names ( AD0 , Ain0 ) non of them was identified in Keil's logic analyzer , and also non of VTREG signals was related to ADxx ( Updat e : discussion mov e d to https://community...
  • ARM board with SDI input
    Hi, - I am not a hardware engineer - but have been tasked with finding a board for a new ANPR project. I need a Quad core arm processor SBC (2GHz) - & don't need a GPU - BUT I need to inteface to a camera...
  • Input capture problem
    Hi everyone! I'm trying to measure a PWM frequency signal using the input capture channel 1 of TIM3, but it won't work. i'm using NUCLEO F446RE board, here is my code: #include "stm32f4xx.h" //...
  • How to make ARM core hung
    Hello All/ARM, I would like to know if there is any way of process to hang a specific core for certain duration of time? Either from Kernel/User space? Also i have trying to understand if that is possible...
  • How to check whether the executing program uses cache memory for low latency?
    Hello, I am new to this ARM platform. If I run a process in ARM A72 cortex, I would like to check whether it uses cache memory for optimisation and also low latency. Could any one suggest me how...