• txt file storage on MCB2388
    Hi, I am trying to have a TXT file which stores some data. This data is to be read by the microcontroller. Where can I store such a file on the board. If something similar to this has been done...
  • (ARM) Set of Instructions to read a txt file?
    Hello. I'm working on a project and I need to take some values from a text file and save them in registers. I've searched in internet but there's not enought information about the set of instructions...
  • Transmit a .txt file between 2 microcontrollers?
    Hi there, I have some very (!) limited experience of using Keil uVision with an ST STM32 Nucleo-32 STM32L432KC development board. In the past I've written some "dummy" data, in the form of a series...
  • Urgent: File transfer to development board
    Hi I am just wondering how can I transfer 4K of hex files into my ez-USB development board using Keil control panel. Is it better to store them in the external memory or internal memory? I was thinking...
  • Make .TXT on .ASM
    I need to make an .asm program to save some values in a .txt file. Using C would be much easier, although I cant use it this time. Any idea how to do it?