• 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...
  • Making .asm file from .c file
    Hi, How can I produce an assembly file from a C or Hex file in Keil? Thanks in advance
  • 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...
  • (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...
  • How to transfer txt file to the board and read this file?
    Hello, I am playing with a STM32F746NG board, and I am trying to implement a chess game on the board. To do this, I have found an existing Chess Engine (TSCP) and it is working perfectly in Visual...