• Receiving and storing the signal values
    I am using the STM32F4 Board and Wolfson pi audio card for my problem, which I stated down. I am trying to pass my own sample values to the DAC, then passing out them through the speaker. Then I want...
  • Storing Value in Non-volatile momory
    Hello, I like to stored a variable in flash memory and I would like this variable to hold its value after power switch off or reset of processor. So I can read the variable value after power on...
  • Storing ADC values in C8051F206 memory
    Dear all, I am new to C8051 assembly language programming. To start off, my supervisor has tasked me to acquire DC signals into the ADC and store them in memory locations. The next phase will be...
  • Storing register values on stack at entry of a function.
    I am using keil uVision4 for compiling the code. I found in the compiled code that for the nested functions all the working registers and LR is pushed on stack and popped back just before the return...
  • storing data in file
    hi sir, I am using stm32f103-eval.I want to store the analog value that is inside the output array.sir i am able store hex files from memory .but won't able to store analog datas in .csv file??