|
[devel] How to generate .hex image
Hi Boie, Got it, thanks! 2017年1月18日 00:41于 "Boie, Andrew P" <andrew.p.boie@...>写道:
Hi Boie, Got it, thanks! 2017年1月18日 00:41于 "Boie, Andrew P" <andrew.p.boie@...>写道:
|
By
...
· #801
·
|
|
Adding support for CC2650 SoC
Hi Geoffery, Have you began to work on cc2650? I'd like to add support for cc2538, but have a question on the linker script. Unlike other soc, cc2538 and cc2650 have a Customer Configuration Area(CCA/
Hi Geoffery, Have you began to work on cc2650? I'd like to add support for cc2538, but have a question on the linker script. Unlike other soc, cc2538 and cc2650 have a Customer Configuration Area(CCA/
|
By
...
· #169
·
|
|
what is the code in ./zephyr/tests and what is the difference of it between with ./zephyr/samples/ ?
Hi Zilong, Sample code are a good reference to get started withnetwork application development. Test applications are used to verify thefunctionality of the IP stack, but are not the best source for s
Hi Zilong, Sample code are a good reference to get started withnetwork application development. Test applications are used to verify thefunctionality of the IP stack, but are not the best source for s
|
By
...
· #71
·
|
|
How to generate .hex image
Hello, When building, some BOARDs will generate both .bin and .hex, but others only .bin. Is there a build switch to control this ? My current stupid method is that, enter the directory where zephyr.e
Hello, When building, some BOARDs will generate both .bin and .hex, but others only .bin. Is there a build switch to control this ? My current stupid method is that, enter the directory where zephyr.e
|
By
...
· #4449
·
|
|
Linker Script Issue When Porting To CC2538
Hi Andy, Yes, your idea might ok, I'll try it this night. Hi Chuck, Thanks for your information. Best Regards, Tidy.
Hi Andy, Yes, your idea might ok, I'll try it this night. Hi Chuck, Thanks for your information. Best Regards, Tidy.
|
By
...
· #4369
·
|
|
Linker Script Issue When Porting To CC2538
Hello, I'm porting zephyr to TI's CC2538 device family, but there is a special user case —— customer configuration area(CCA/CCFG). CCA is placed in the uppermost flash page, so the linker script would
Hello, I'm porting zephyr to TI's CC2538 device family, but there is a special user case —— customer configuration area(CCA/CCFG). CCA is placed in the uppermost flash page, so the linker script would
|
By
...
· #4358
·
|
|
Issue About Windows Environment Setup
Hi , I'm trying to build zephyr in win7. I followed the document, but got an error when building the hello sample. The console displays: $ make make[1]: Entering directory `/d/me/zephyr-master' make[2
Hi , I'm trying to build zephyr in win7. I followed the document, but got an error when building the hello sample. The console displays: $ make make[1]: Entering directory `/d/me/zephyr-master' make[2
|
By
...
· #4257
·
|
|
Nanokernel stack border protection
Un... I mean the nanokernel’s stack object type, not the system's stack. Refer https://www.zephyrproject.org/doc/1.5.0/kernel/nanokernel/nanokernel_stacks.html
Un... I mean the nanokernel’s stack object type, not the system's stack. Refer https://www.zephyrproject.org/doc/1.5.0/kernel/nanokernel/nanokernel_stacks.html
|
By
...
· #3810
·
|
|
Nanokernel stack border protection
Hi Andrew, Yeah, we can't really implement such function in fact, but we can and just return an error code to user. I think it's better than now. Thx & Rgds. Tidy.
Hi Andrew, Yeah, we can't really implement such function in fact, but we can and just return an error code to user. I think it's better than now. Thx & Rgds. Tidy.
|
By
...
· #3803
·
|
|
Nanokernel stack border protection
Hi All, The nanokernel uses an array as stack memory space, but there is no border protection when push data to the stack. When the array is already full, it will cause array overfow, leading to unpre
Hi All, The nanokernel uses an array as stack memory space, but there is no border protection when push data to the stack. When the array is already full, it will cause array overfow, leading to unpre
|
By
...
· #3799
·
|
|
Question about non-XIP boot
Dear Benjamin, I got it now, thank you very much.
Dear Benjamin, I got it now, thank you very much.
|
By
...
· #3742
·
|
|
Question about non-XIP boot
Hi All, I'm reading the boot code for cortex-m, but confused about something, please help me. Before jumping to C code: void _PrepC(void) { relocate_vector_table(); enable_floating_point(); _bss_zero(
Hi All, I'm reading the boot code for cortex-m, but confused about something, please help me. Before jumping to C code: void _PrepC(void) { relocate_vector_table(); enable_floating_point(); _bss_zero(
|
By
...
· #3718
·
|
|
How to directly dertermine the initialization sequence of all devices
Hi All, I know that devices' initialization sequence is dertermined by its level and priority, but it's difficult to peek those information in enormous code, especially many devices are included. So,
Hi All, I know that devices' initialization sequence is dertermined by its level and priority, but it's difficult to peek those information in enormous code, especially many devices are included. So,
|
By
...
· #3429
·
|
|
how to view the documents as in .rst fomat
I'm also looking for such a viewer. As for restview, it doesn't support Sphinx syntax(only, toctree, ref, etc. are Sphinx syntax). See https://github.com/mgedmin/restview/issues/35. The author of rest
I'm also looking for such a viewer. As for restview, it doesn't support Sphinx syntax(only, toctree, ref, etc. are Sphinx syntax). See https://github.com/mgedmin/restview/issues/35. The author of rest
|
By
...
· #3419
·
|