On 6/8/19 2:45 am, gro...@chichak.ca wrote:
> Good morning.
>
> I did a pull to rebuild the tools and RTEMS from the head for STM32F4 and
> cpukit/libdebugger/rtems-debuger-arm.c blows up in function
> arm_debug_unlock_abort with ‘arm_switch_reg’ undeclared.
Ouch.
> This was working about a
Hi, I'm working with an ERC 32 target board and would like
to read strings or any characters in the serial input (UART).
regular C printf() function works well but when I try
fgets(), scanf() or fgetc() the board just does not get the string
or any character, is there any RTEMS specific ways to get
Good morning.
I did a pull to rebuild the tools and RTEMS from the head for STM32F4 and
cpukit/libdebugger/rtems-debuger-arm.c blows up in function
arm_debug_unlock_abort with ‘arm_switch_reg’ undeclared.
This was working about a week ago when I used the same scripts to pull, build
the tools