|
Re: HCI Interface UART//USB
Hi ,
I am using 11500bps only in ebq , but as per the comments from nordic team HCI is not there in these boards . We have to do manually using Zephyr project.
Please attached image of EBQ
Hi ,
I am using 11500bps only in ebq , but as per the comments from nordic team HCI is not there in these boards . We have to do manually using Zephyr project.
Please attached image of EBQ
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#4900
·
|
|
Re: kconfig
Hi Ulf and Carles,
Thanks for the response. It seems that it is not possible to do what I want directly, no problem. I will compare SET_NVS_SECTOR_SIZE with FLASH_ERASE_BLOCK_SIZE in my code to verify
Hi Ulf and Carles,
Thanks for the response. It seems that it is not possible to do what I want directly, no problem. I will compare SET_NVS_SECTOR_SIZE with FLASH_ERASE_BLOCK_SIZE in my code to verify
|
By
laczenJMS
·
#4899
·
|
|
Re: HCI Interface UART//USB
Hi Kavin,
There is a white paper which gives a short overview of the Zephyr project, describes in what cases you should consider using the Zephyr Bluetooth LE Controller instead of one of Nordic
Hi Kavin,
There is a white paper which gives a short overview of the Zephyr project, describes in what cases you should consider using the Zephyr Bluetooth LE Controller instead of one of Nordic
|
By
Chettimada, Vinayak Kariappa
·
#4898
·
|
|
Re: HCI Interface UART//USB
Did you receive? ...https://lists.zephyrproject.org/g/users/message/991
Did you receive? ...https://lists.zephyrproject.org/g/users/message/991
|
By
Chettimada, Vinayak Kariappa
·
#4897
·
|
|
Re: HCI Interface UART//USB
Kindly waiting for your update. Please Prioritize this issue.
Regards,
Kavin Kumar
Mobile: 9994889187
Kindly waiting for your update. Please Prioritize this issue.
Regards,
Kavin Kumar
Mobile: 9994889187
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#4896
·
|
|
Re: USB console sample not working with STM32F070
Hi Yannis,
now it works, thanks a lot for your support.
I will figure out where the problem with the nucleo f072 board specification was and generate the pull request.
BR
Martin
Hi Yannis,
now it works, thanks a lot for your support.
I will figure out where the problem with the nucleo f072 board specification was and generate the pull request.
BR
Martin
|
By
Martin Jäger
·
#4895
·
|
|
Re: USB console sample not working with STM32F070
Hi Martin,
I enabled usb node in stm32f072b_disco board device tree file and the generated output was fine. Try to base your board's configuration files on stm32f072b_disco.
Yannis
Hi Martin,
I enabled usb node in stm32f072b_disco board device tree file and the generated output was fine. Try to base your board's configuration files on stm32f072b_disco.
Yannis
|
By
Yannis Damigos
·
#4894
·
|
|
Re: USB console sample not working with STM32F070
Hi Yannis,
Great, this compiles for the STM32F070. Thanks!
Now I tried to compile for STM32F072, but without luck. The board configuration is based on the nucleo F070 board (F072 not yet in official
Hi Yannis,
Great, this compiles for the STM32F070. Thanks!
Now I tried to compile for STM32F072, but without luck. The board configuration is based on the nucleo F070 board (F072 not yet in official
|
By
Martin Jäger
·
#4893
·
|
|
Re: USB console sample not working with STM32F070
Hi
You need to enable the usb device in boards device tree file:
&usb {
status = "ok";
};
Please consider creating a pull request if it works.
Yannis
Hi
You need to enable the usb device in boards device tree file:
&usb {
status = "ok";
};
Please consider creating a pull request if it works.
Yannis
|
By
Yannis Damigos
·
#4892
·
|
|
Re: kconfig
Hi Jehudi,
Kconfig options can only default to values of other Kconfig options, the whole Kconfig system is self-contained and has no access to macros in the code.
If necessary, you can convert
Hi Jehudi,
Kconfig options can only default to values of other Kconfig options, the whole Kconfig system is self-contained and has no access to macros in the code.
If necessary, you can convert
|
By
Carles Cufi
·
#4891
·
|
|
USB console sample not working with STM32F070
Hello,
I am trying to use the USB CDC device driver with an STM32F070. However, the usb console sample fails with the following error message (several similar errors shown, only one of them
Hello,
I am trying to use the USB CDC device driver with an STM32F070. However, the usb console sample fails with the following error message (several similar errors shown, only one of them
|
By
Martin Jäger
·
#4890
·
|
|
kconfig
Hi,
I am working on a subsystem and I have some problem with Kconfig. I
would like to define a configuration setting: SET_NVS_SECTOR_SIZE and
apply a default equal to the define
Hi,
I am working on a subsystem and I have some problem with Kconfig. I
would like to define a configuration setting: SET_NVS_SECTOR_SIZE and
apply a default equal to the define
|
By
laczenJMS
·
#4889
·
|
|
Zephyr development news, 26 July 2018
Hello,
This is the plain text email version of the 26 July 2018 newsletter
tracking the latest Zephyr development merged into the mainline tree
on GitHub, which went out yesterday.
The HTML version
Hello,
This is the plain text email version of the 26 July 2018 newsletter
tracking the latest Zephyr development merged into the mainline tree
on GitHub, which went out yesterday.
The HTML version
|
By
Marti Bolivar <marti@...>
·
#4888
·
|
|
Re: [Zephyr-users] HCI Interface UART//USB
Please check baud rate and use dts overlay files to build hci_uart app with 115200 bps if that’s what you have in your pixit
Please check baud rate and use dts overlay files to build hci_uart app with 115200 bps if that’s what you have in your pixit
|
By
Vinayak Kariappa <vinayak.kariappa@...>
·
#4887
·
|
|
HCI Interface UART//USB
Hello Team,
We have bought nRF52840 and nRF52 DK boards for BLE v5.0 testing with ellisys tester . Comport it is taking as ACM0 but HCI reset is failing in the IUT . As per the comment from nordic
Hello Team,
We have bought nRF52840 and nRF52 DK boards for BLE v5.0 testing with ellisys tester . Comport it is taking as ACM0 but HCI reset is failing in the IUT . As per the comment from nordic
|
By
kavin.muthusamy@wipro.com <kavin.muthusamy@...>
·
#4886
·
|
|
Re: printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Vinayak,
thanks a lot! - this was the correct solution. I had misunderstood how UART was (apparently not) hooked up through the SEGGER connection to the nRF52 DK board.
br
Lars
Hi Vinayak,
thanks a lot! - this was the correct solution. I had misunderstood how UART was (apparently not) hooked up through the SEGGER connection to the nRF52 DK board.
br
Lars
|
By
Lars Knudsen
·
#4885
·
|
|
Re: printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Lars,
You can try CONFIG_RTT_CONSOLE=y in your prj.conf to get your printf on the segger RTT. i.e if you don’t want to wire up the UART.
Regards,
Vinayak
Hi Lars,
You can try CONFIG_RTT_CONSOLE=y in your prj.conf to get your printf on the segger RTT. i.e if you don’t want to wire up the UART.
Regards,
Vinayak
|
By
Chettimada, Vinayak Kariappa
·
#4884
·
|
|
Re: printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Vinayak,
I have only connected the debug/flashing cable (see picture below). I thought the UART was part of that but of course, if it's going to different connectors, I can see why nothing appears
Hi Vinayak,
I have only connected the debug/flashing cable (see picture below). I thought the UART was part of that but of course, if it's going to different connectors, I can see why nothing appears
|
By
Lars Knudsen
·
#4883
·
|
|
Re: printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi Lars,
I am assuming you have connected (wire) the configured Tx and Rx lines from your Thingy52 board to the DK’s TXD (P0.06) and RXD (P0.08) lines, at the least for the UART?
Hi Lars,
I am assuming you have connected (wire) the configured Tx and Rx lines from your Thingy52 board to the DK’s TXD (P0.06) and RXD (P0.08) lines, at the least for the UART?
|
By
Chettimada, Vinayak Kariappa
·
#4882
·
|
|
printf -> /dev/ttyXXX output not working (nRF52 DK, Thingy52)
Hi,
I recently got an nRF52 DK board to flash/debug Nordic Thingy52 using Zephyr.
My host machine is running Ubuntu Linux (modemmanager uninstalled, udev rules allows user access to the nRF52
Hi,
I recently got an nRF52 DK board to flash/debug Nordic Thingy52 using Zephyr.
My host machine is running Ubuntu Linux (modemmanager uninstalled, udev rules allows user access to the nRF52
|
By
Lars Knudsen
·
#4881
·
|