• please help me out with a programme for measuring frequency from 1k to 1.5k
    please help me out with a programme for measuring frequency from 1k to 1.5k
  • please help me out with a programme for measuring frequency from 1k to 1.5k
    please help me out with a programme for measuring frequency from 1k to 1.5k
  • uVision Display DLL
    I wish to implement a uVision Display DLL to display values from a structure within my C51 software. I have looked at App Note 144 which says, "the capabilities are not limited to real-time operating...
  • uVision Display DLL
    I wish to implement a uVision Display DLL to display values from a structure within my C51 software. I have looked at App Note 144 which says, "the capabilities are not limited to real-time operating...
  • Error: L6218E: Undefined symbol arm_nn_softmax_common_s8 (referred from arm_softmax_s8.o). I got this error please help me out...
    This is the Source Code: #include<stdint.h> #include "stm32f407xx.h" int main(void) { ADC_TypeDef *pADC; pADC = ADC1; pADC->CR1 = 0x55; return 0; }