|
Using the Cortex M4 on IMX7D
Hi, I tested Zephyr with a Colibri i.MX7 and it works our of the box. west build -p auto -b colibri_imx7d_m4 samples/philosophers afterwards I loaded and run the binary using u-boot -- Marco Cavallini
Hi, I tested Zephyr with a Colibri i.MX7 and it works our of the box. west build -p auto -b colibri_imx7d_m4 samples/philosophers afterwards I loaded and run the binary using u-boot -- Marco Cavallini
|
By
Marco Cavallini
· #2470
·
|
|
Using the Cortex M4 on IMX7D
Hi,
By
Arnaud POULIQUEN
· #2469
·
|
|
Using the Cortex M4 on IMX7D
I don’t believe the remoteproc loading was ever supported for the imx family with zephyr. This is something you’d need to add support for. I think it might be supported on the STM32 MP1 as an example.
I don’t believe the remoteproc loading was ever supported for the imx family with zephyr. This is something you’d need to add support for. I think it might be supported on the STM32 MP1 as an example.
|
By
Kumar Gala
· #2468
·
|
|
Using the Cortex M4 on IMX7D
Hey, I have just started working on a IMX7D (https://www.kontron.de/products/boards-and-standard-form-factors/smarc/smarc-samx7.html) together with Zephyr I noticed that the Colibri iMX7 Board has sup
Hey, I have just started working on a IMX7D (https://www.kontron.de/products/boards-and-standard-form-factors/smarc/smarc-samx7.html) together with Zephyr I noticed that the Colibri iMX7 Board has sup
|
By
Michael Graichen
· #2467
·
|
|
openocd.conf default
Hi there, You can read through the 'west flash -H -r openocd' output to see what options you have for overriding the default behavior, but the short answer is no, most of this is determined by the boa
Hi there, You can read through the 'west flash -H -r openocd' output to see what options you have for overriding the default behavior, but the short answer is no, most of this is determined by the boa
|
By
Bolivar, Marti
· #2466
·
|
|
STM32L4 Low Power Management - Simple example?
New to Zephyr am trying to get a simple example working, leveraging the Zephyr low power architecture on a Nucleo STM32L433 development board. This is very critical to our requirement. There are funct
New to Zephyr am trying to get a simple example working, leveraging the Zephyr low power architecture on a Nucleo STM32L433 development board. This is very critical to our requirement. There are funct
|
By
@kiwironnie
· #2465
·
Edited
|
|
openocd.conf default
Hi! I might have missed something, but is there a way to set a default openocd.conf in the local application directory, or set some other file as the default? The board-specific ones are not necessari
Hi! I might have missed something, but is there a way to set a default openocd.conf in the local application directory, or set some other file as the default? The board-specific ones are not necessari
|
By
Gunnar Bråding
· #2464
·
|
|
How can I set the content type and content encoding of the MQTT message
#mqtt
Hi, I am sending messages to my Azure IoT hub. I am also storing my messages in Azure blob storage. My message gets sent in JSON format. The IoT hub receives my message correctly but when stored to th
Hi, I am sending messages to my Azure IoT hub. I am also storing my messages in Azure blob storage. My message gets sent in JSON format. The IoT hub receives my message correctly but when stored to th
|
By
petrus.vanderwalt@...
· #2463
·
|
|
Azure MQTT with GSM modem over PPP
#mqtt
#modem
#ppp
#nrf52840
Hi Jukka, Thank you for your assistance. My MQTT client using GSM modem is now working. Regards, Jurgens
Hi Jukka, Thank you for your assistance. My MQTT client using GSM modem is now working. Regards, Jurgens
|
By
petrus.vanderwalt@...
· #2462
·
|
|
Problem with LPTIM on Zephyr
Will i be able to run interrupt routine in an app ? בתאריך יום ד׳, 17 בפבר׳ 2021, 13:13, מאת Erwan Gouriou <erwan.gouriou@...>:
Will i be able to run interrupt routine in an app ? בתאריך יום ד׳, 17 בפבר׳ 2021, 13:13, מאת Erwan Gouriou <erwan.gouriou@...>:
|
By
...
· #2461
·
|
|
SDK 0.12.3 Release
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.3 Please download and try things out and report any issues. * Backport GCC 10.2+ (ie, c
Hi, Latest version of the SDK can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases/tag/v0.12.3 Please download and try things out and report any issues. * Backport GCC 10.2+ (ie, c
|
By
Kumar Gala
· #2460
·
|
|
Timer with high Frequency
Hi all, I am using an STM32F4 discovery board which runs at 100Mhz. I want to fade an LED with PWM and need to change the PWM duty-cycle very quickly (every us). I tried using a k_timer but it's not u
Hi all, I am using an STM32F4 discovery board which runs at 100Mhz. I want to fade an LED with PWM and need to change the PWM duty-cycle very quickly (every us). I tried using a k_timer but it's not u
|
By
tobias.roehmel@...
· #2459
·
|
|
LTS schedule and scope meeting on Tuesday, 23rd February
Hi all, As you probably know, on Tuesdays we have two regularly scheduled meetings: - API meeting (17:00 UTC) - Bug triage and Release Readiness meeting (18:00 UTC) This week however, we will hold a s
Hi all, As you probably know, on Tuesdays we have two regularly scheduled meetings: - API meeting (17:00 UTC) - Bug triage and Release Readiness meeting (18:00 UTC) This week however, we will hold a s
|
By
Carles Cufi
· #2458
·
|
|
Problem with LPTIM on Zephyr
First it depends what you intend to do with LPTIM. There is a LPTIM driver which is meant to be used as a low power kernel ticker instead of the Cortex systick. You can enable it in any sample using C
First it depends what you intend to do with LPTIM. There is a LPTIM driver which is meant to be used as a low power kernel ticker instead of the Cortex systick. You can enable it in any sample using C
|
By
Erwan Gouriou
· #2457
·
|
|
STM32L Errors Building samples/drivers/spi_fujitsu_fram with Ninja
Thanks Erwan, brilliant, solved! When the board alias "spi-1 = &spi1;" was added the executable built ok, no errors! Note that an underscore in "spi_1 = &spi1;" threw an error: dtlib.DTError: /aliases
Thanks Erwan, brilliant, solved! When the board alias "spi-1 = &spi1;" was added the executable built ok, no errors! Note that an underscore in "spi_1 = &spi1;" threw an error: dtlib.DTError: /aliases
|
By
@kiwironnie
· #2456
·
|
|
Problem with LPTIM on Zephyr
I tried to compile LPTIM in the kernel but Zephyr fails. Is there an example for LPTIM in an app ?
I tried to compile LPTIM in the kernel but Zephyr fails. Is there an example for LPTIM in an app ?
|
By
...
· #2455
·
|
|
Port for STM32F101RF
#stm32
Hi Thomas, There is no STM32F101 port indeed. Though there are others variants of STM32F1 series available. So I don't expect too much trouble when adding STM32F101 support. You could find below a rec
Hi Thomas, There is no STM32F101 port indeed. Though there are others variants of STM32F1 series available. So I don't expect too much trouble when adding STM32F101 support. You could find below a rec
|
By
Erwan Gouriou
· #2454
·
|
|
Port for STM32F101RF
#stm32
Ciao a tutti At the moment I am busy with a project which was built on a rather old STM32F101RF. Is there a Zephyr port available for it? I could not find anything in the sources. But I may have overl
Ciao a tutti At the moment I am busy with a project which was built on a rather old STM32F101RF. Is there a Zephyr port available for it? I could not find anything in the sources. But I may have overl
|
By
arve@...
· #2453
·
|
|
SMP server on HCI USB composite device
#nrf52480
#mcumgr
#hci
#usb
Hi, I am trying to figure out how to make a HCI USB Bluetooth host adapter with device management on a nRF52840 Dongle. My approach is to make a USB composite device consisting of the Bluetooth device
Hi, I am trying to figure out how to make a HCI USB Bluetooth host adapter with device management on a nRF52840 Dongle. My approach is to make a USB composite device consisting of the Bluetooth device
|
By
Martin Roesch
· #2452
·
|
|
SMT32F103 - RCC_CFGR_PLLXTPRE not set correctly?
Hi Naro, Have you tried to revert the faulty commit and see if this fixes the issue in your case ? (To make it work, you might have to remove #ifdefery around `SOC_STM32F10X_DENSITY_DEVICE`. Cheers Er
Hi Naro, Have you tried to revert the faulty commit and see if this fixes the issue in your case ? (To make it work, you might have to remove #ifdefery around `SOC_STM32F10X_DENSITY_DEVICE`. Cheers Er
|
By
Erwan Gouriou
· #2451
·
|