Re: slinky with REBOOT_LOG_FCB, inside log_reboot_pkg_init error

2017-03-09 Thread Louie Lu
Hi Alan, Thanks for your instruction, it works! After some investigate, I found the problem is coming from linker script, which I didn't define the memory range for flash banks (I didn't use boot linker script, just the normal one) Thanks! Louie. 2017-03-10 2:47 GMT+08:00 Alan Graves

Re: New STM32F427xx port

2017-03-09 Thread marko kiiskila
Hi Alan, it is hard to maintain the right caffeine balance. I was just starting to scratch my head thinking about what could be going on when you sent this message. Keep console open when bringing things up. asserts show up there, and if the system gets past os_init(), and you have console uart

RE: New STM32F427xx port

2017-03-09 Thread Alan Graves
Ignore that last message - I'm gonna choc it up to either too much or too little coffee. Reprogramming everything and starting fresh showed no weirdness... ALan -Original Message- From: Alan Graves [mailto:agra...@deltacontrols.com] Sent: Thursday, March 09, 2017 4:45 PM To:

RE: New STM32F427xx port

2017-03-09 Thread Alan Graves
I have some odd behavior, but I'm sure someone will have an idea of what is happening. I've been debugging this port and things seemed to be running smoothly, so I detached the debugger and power cycled the board. Obviously I was expecting to see the board come up and start blinking a LED,

Re: SensorsAPI merge from sensors branch to develop and support for different sensors

2017-03-09 Thread Kevin Townsend
Hi Vipul, Few days ago I merged the sensors branch into develop. It consists of the following: - SensorsAPI support - LSM303DLHC Acc/Mag/Gyro support - TSL2561 light sensor support After the merge I worked on the following and committed code for it as well. - BNO055 9-Axis Absolute

SensorsAPI merge from sensors branch to develop and support for different sensors

2017-03-09 Thread Vipul Rahane
Hello, Few days ago I merged the sensors branch into develop. It consists of the following: - SensorsAPI support - LSM303DLHC Acc/Mag/Gyro support - TSL2561 light sensor support After the merge I worked on the following and committed code for it as well. - BNO055 9-Axis Absolute orientation

Re: [VOTE] Release Apache Mynewt 1.0.0-incubating-rc1

2017-03-09 Thread Christopher Collins
On Thu, Mar 09, 2017 at 10:24:32AM -0800, marko kiiskila wrote: > [X] +1 Release this package +1 (Binding) Chris

[DISCUSS] Release Apache Mynewt 1.0.0-incubating-rc1

2017-03-09 Thread marko kiiskila
Hi all, This thread is for any and all discussion regarding the release of Apache Mynewt 1.0.0-incubating-rc1. All feedback is welcome. — M

Re: slinky with REBOOT_LOG_FCB, inside log_reboot_pkg_init error

2017-03-09 Thread Louie Lu
HI all, I'm somehow confused about this, so at this moment, this is not a critical bug and MAY closed REBOOT_LOG_FCB in those apps which used this option? Also, I think apps documentation may do some improve, or add README in each app folder, to describe the expected result of the app,

RE: slinky with REBOOT_LOG_FCB, inside log_reboot_pkg_init error

2017-03-09 Thread Alan Graves
Hi Louie, You are running into the same issue (not really a bug) I was having with the new STM32F427xx port. The Flash sector that is used by the reboot log (circular flash buffer) needs to be erased initially. ALan -Original Message- From: Louie Lu [mailto:m...@louie.lu] Sent:

Re: building newt using go

2017-03-09 Thread Christopher Collins
On Thu, Mar 09, 2017 at 07:52:58AM +, David Brown wrote: > I would suggest we remove this particular dependency. Although it is nice > to have symbolic names, go 1.6 is the latest version that is in a LTS > ubuntu release, so I suspect it is the easiest version for a lot of people > to have

Re: [RFC] Integrating SEGGER SystemView into Mynewt

2017-03-09 Thread Andrzej Kaczmarek
Hi Michal, On Thu, Mar 9, 2017 at 1:32 PM, Michał Narajowski < michal.narajow...@codecoup.pl> wrote: > Hi, > I'm working on wiring SEGGER SystemView to Mynewt. "SystemView can > record data from the target system while it is running. The recorded > data is analyzed and the system behavior is

Re: [RFC] Integrating SEGGER SystemView into Mynewt

2017-03-09 Thread Michał Narajowski
The screenshot did not attach, so here is a link: http://imgur.com/a/ITmyC 2017-03-09 13:32 GMT+01:00 Michał Narajowski : > Hi, > I'm working on wiring SEGGER SystemView to Mynewt. "SystemView can > record data from the target system while it is running. The

Re: Unhandled interrupt (3) occurred when porting mynewt to other board

2017-03-09 Thread Louie Lu
Hi Aditi, Should porting patch as will as using GitHub PR? Thanks, Louie. 2017-03-09 18:32 GMT+08:00 aditi hilbert : > Hi Louie, > > Thank you for fixing a bug! The best way is to submit a PR on github. For > now you can issue the PR against the develop branch. Eventually we

Re: Unhandled interrupt (3) occurred when porting mynewt to other board

2017-03-09 Thread aditi hilbert
Hi Louie, Thank you for fixing a bug! The best way is to submit a PR on github. For now you can issue the PR against the develop branch. Eventually we will only have feature or subsystem branches, so the PRs will be submitted against the applicable branch or master. Right now we have the

Re: Unhandled interrupt (3) occurred when porting mynewt to other board

2017-03-09 Thread Louie Lu
Hi Marko, Thanks for your help, your tips are very useful, after some retry and your tips, I finally let blinky work properly on STM32F429. I'm now getting forward to slinky and try to make it OK. Another question is, I found a bug that isn't directly related with porting stuff, if I want to

Re: MyNewt: NimBLE: Does BD_ADDR have to be unique?

2017-03-09 Thread Szymon Janc
Hi, On 9 March 2017 at 02:52, Christopher Collins wrote: > Hi Pritish, > > On Wed, Mar 08, 2017 at 02:47:01PM -0800, Pritish Gandhi wrote: >> So it seems like the nrf52dk should have a RANDOM STATIC address which >> should be programmed once in the hardware. However I'm not