Hi,
Most probably we need to trace when network init is done. Usually in the
early stages the "# define showprogress(c) arm_lowputc(c)" and
"arm_lowputs" is used to trace the init process, so maybe you can
instrument the code to find out what is going on.
Best regards,
Petro
чт, 19 трав. 2022 р
On Thu, May 19, 2022 at 12:40 PM Sebastien Lorquet wrote:
>
> Hi,
>
> I have a nucleo-h743zi, in which I have enabled network.
>
> It seems to work so far.
>
> When I enable Network Info Debug, I get a crash.
>
> The crash does not happen with Network info disabled (Enabling network
> warnings and
Hi,
I have a nucleo-h743zi, in which I have enabled network.
It seems to work so far.
When I enable Network Info Debug, I get a crash.
The crash does not happen with Network info disabled (Enabling network
warnings and errors is ok)
I am writing on the mailing list to get feedback and discu
Hello team,
Me and Michal are having a discussion in comments to
https://github.com/apache/incubator-nuttx/pull/6298
The point of discussion is a PWM multi-channel mode. For PWM multi-channel
mode we are having CONFIG_PWM_NCHANNELS that is a "Number of Output
Channels Per Timer" and "struct pwm_i
On Wed, May 18, 2022 at 1:32 PM Xiang Xiao wrote:
>
> -nostdlib is specific to clang/gcc toolchain, not specific to arm or elf.
> Only gcc/clang toolchain add this flag, other toolchain(e.g. z80) still
> keep as before.
Okay that makes sense.
Thanks for the explanation.
Cheers,
Nathan