On 23/07/2019 21:30, Michel Macena wrote:
Hi, I have compiled a test code for an ERC32 target board and loaded it
using gdb,
the code:
#include
#include
#include
rtems_task Init(
rtems_task_argument ignored
)
{
uint16_t a=6;
printf( "Hell
Hi, I have compiled a test code for an ERC32 target board and loaded it
using gdb,
the code:
#include
>
> #include
> #include
>
> rtems_task Init(
> rtems_task_argument ignored
> )
> {
>
> uint16_t a=6;
> printf( "Hello World Michel\n" );
> printf( "numero: %d\n",a );
>
>
> }
>
>