|
How to flash static mac address into zephyr ?
#nrf52832
btw, Frank: Are you editing your messages over the web interface? It really scrambles up the threads on the mailing list and it's hard to tell what was edited.
btw, Frank: Are you editing your messages over the web interface? It really scrambles up the threads on the mailing list and it's hard to tell what was edited.
|
By
Johannes Hutter
· #5451
·
|
|
How to flash static mac address into zephyr ?
#nrf52832
Just for your information: There is a PR that adds UICR support to the nrfx flash driver: https://github.com/zephyrproject-rtos/zephyr/pull/11410 Best Regards Joe
Just for your information: There is a PR that adds UICR support to the nrfx flash driver: https://github.com/zephyrproject-rtos/zephyr/pull/11410 Best Regards Joe
|
By
Johannes Hutter
· #5449
·
|
|
NRF52832 - setting up NFFS for the external flash W25QXXDV
Hey Faisal, we recently had trouble with the Winbond driver as well, but in the context of FCB and NVS. Something we found is that the current driver doesn't support writing across write pages. So if
Hey Faisal, we recently had trouble with the Winbond driver as well, but in the context of FCB and NVS. Something we found is that the current driver doesn't support writing across write pages. So if
|
By
Johannes Hutter
· #5360
·
|
|
NRF52840 UART1
Hey Jakub, thanks for the clarification. Do you have a rough time estimation when the UARTE shim will be in a usable state? Are we talking about weeks or months? Best Regards, Joe
Hey Jakub, thanks for the clarification. Do you have a rough time estimation when the UARTE shim will be in a usable state? Are we talking about weeks or months? Best Regards, Joe
|
By
Johannes Hutter
· #4607
·
|
|
NRF52840 UART1
Hey guys, we also need the second UART for the 52840. If I can assist in anything, even if it is just for review/testing, let me know. Best Regards, Joe
Hey guys, we also need the second UART for the 52840. If I can assist in anything, even if it is just for review/testing, let me know. Best Regards, Joe
|
By
Johannes Hutter
· #4605
·
|
|
LED API extension
Hi Justin, my proposal is: typedef int (*led_api_brightness_fade(struct device *dev, u32_t led, u8_t start, u8_t stop, u32_t fade_time); So it is similar to your approach, but the starting brightness
Hi Justin, my proposal is: typedef int (*led_api_brightness_fade(struct device *dev, u32_t led, u8_t start, u8_t stop, u32_t fade_time); So it is similar to your approach, but the starting brightness
|
By
Johannes Hutter
· #2212
·
|
|
LED API extension
Hi everyone, I just saw that a LED subsystem was added for 1.12. Unfortunately we built our own API a while ago but were not able to contribute it. We have in addition to the upstream API support for
Hi everyone, I just saw that a LED subsystem was added for 1.12. Unfortunately we built our own API a while ago but were not able to contribute it. We have in addition to the upstream API support for
|
By
Johannes Hutter
· #2201
·
|
|
ASSERT failure in USB HID
I got hands on a nucleo-f411re and actually encounter the same issue. I also observed that the callback is set for the endpoints 0x00, 0x80 and 0x81 (the last one being the configured HID endpoint), b
I got hands on a nucleo-f411re and actually encounter the same issue. I also observed that the callback is set for the endpoints 0x00, 0x80 and 0x81 (the last one being the configured HID endpoint), b
|
By
Johannes Hutter
· #1997
·
|