|
BLE "Generic Access Service"
Hi everyone,
I am trying to write an application that offers BLE connectable services with zephyr.
In this application, we would like to have the "Device name" caracteristics of the "generic access
Hi everyone,
I am trying to write an application that offers BLE connectable services with zephyr.
In this application, we would like to have the "Device name" caracteristics of the "generic access
|
By
Laurence Pasteau
·
#4852
·
|
|
Re: Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Jun,
I' ll check the file and try to find a way to integrate it in the usb_dc_stm32 driver.
I' ll try to do it asap but as I work on zephyr on my free time, it may take a while.
Yannis
Hi Jun,
I' ll check the file and try to find a way to integrate it in the usb_dc_stm32 driver.
I' ll try to do it asap but as I work on zephyr on my free time, it may take a while.
Yannis
|
By
Yannis Damigos
·
#4851
·
|
|
Re: Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Yannis,
The OTG_HS USB on my board is working with a modified version of the earlier usb_dc_stm32.c on zephyr 1.9. (usb_dc_stm32.c was actually imported from a PR which had not been merged.). We
Hi Yannis,
The OTG_HS USB on my board is working with a modified version of the earlier usb_dc_stm32.c on zephyr 1.9. (usb_dc_stm32.c was actually imported from a PR which had not been merged.). We
|
By
Li, Jun R
·
#4850
·
|
|
Re: Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Jun,
I haven't checked the USB_OTG_HS in STM32Cube and I don't know if it will work out of the box with the usb_dc_stm32 driver. Probably not.
We need to create a second instance of a "USB device"
Hi Jun,
I haven't checked the USB_OTG_HS in STM32Cube and I don't know if it will work out of the box with the usb_dc_stm32 driver. Probably not.
We need to create a second instance of a "USB device"
|
By
Yannis Damigos
·
#4849
·
|
|
Re: Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Aurelien and Yannis,
Based on the datasheet of STM32F429(Page 40), the OTG_HS port supports both full-speed with its integrated transceiver or high-speed with an external Phy. So, the port can
Hi Aurelien and Yannis,
Based on the datasheet of STM32F429(Page 40), the OTG_HS port supports both full-speed with its integrated transceiver or high-speed with an external Phy. So, the port can
|
By
Li, Jun R
·
#4848
·
|
|
Re: Has anyone used the USB HS port used as a USB FS on STM32F4?
I misunderstood the question. I thought that OTG FS was mapped to PB14 / PB15.
I didn't tested usb_dc_stm32 using OTG_HS PHY.
Yannis
I misunderstood the question. I thought that OTG FS was mapped to PB14 / PB15.
I didn't tested usb_dc_stm32 using OTG_HS PHY.
Yannis
|
By
Yannis Damigos
·
#4847
·
|
|
Re: Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi,
I don't think that's possible. PB14 and PB15 can only be mapped to the
full-speed OTG_HS PHY, not the to the full-speed OTG_FS PHY (yes, this
is confusing).
I don't think there is a way to
Hi,
I don't think that's possible. PB14 and PB15 can only be mapped to the
full-speed OTG_HS PHY, not the to the full-speed OTG_FS PHY (yes, this
is confusing).
I don't think there is a way to
|
By
Aurelien Jarno
·
#4846
·
|
|
Re: Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi,
STM32F429 SoCs support OTG FS USB. Check 96b_carbon board as a
reference to enable it.
You should also configure pinmux for PB14 and PB15.
Regards,
Yannis
Hi,
STM32F429 SoCs support OTG FS USB. Check 96b_carbon board as a
reference to enable it.
You should also configure pinmux for PB14 and PB15.
Regards,
Yannis
|
By
Yannis Damigos
·
#4845
·
|
|
Re: Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi Jun Li,
About 'USB' flag, you might be interested by the following comment, file sub_dc_stm32.c, line72:
/*
* USB and USB_OTG_FS are defined in STM32Cube HAL and allows to distinguish
* between
Hi Jun Li,
About 'USB' flag, you might be interested by the following comment, file sub_dc_stm32.c, line72:
/*
* USB and USB_OTG_FS are defined in STM32Cube HAL and allows to distinguish
* between
|
By
Erwan Gouriou
·
#4844
·
|
|
Has anyone used the USB HS port used as a USB FS on STM32F4?
Hi,
I have a STM32F429 board on which the USB high speed port (pinned out by PB14 and PB15) is exposed as a USB normal speed port, compared with the USB FS port from PA11 and PA12 usually on
Hi,
I have a STM32F429 board on which the USB high speed port (pinned out by PB14 and PB15) is exposed as a USB normal speed port, compared with the USB FS port from PA11 and PA12 usually on
|
By
Li, Jun R
·
#4843
·
|
|
Re: How to recover Atmel SAMV71 Xplained board
Hi All, Any inputs on this issue?
Hi All, Any inputs on this issue?
|
By
Ramakrishna Pallala <ramakrishna.pallala@...>
·
#4842
·
|
|
How to recover Atmel SAMV71 Xplained board
Hi All,
I am getting following error while flashing SAMV71(E70) and board does not boot. Tried setting J200 (erase) jumber but no useL
warning: --zephyr-base missing and no ZEPHYR_BASE in the
Hi All,
I am getting following error while flashing SAMV71(E70) and board does not boot. Tried setting J200 (erase) jumber but no useL
warning: --zephyr-base missing and no ZEPHYR_BASE in the
|
By
Ramakrishna Pallala <ramakrishna.pallala@...>
·
#4841
·
|
|
Re: [Zephyr-users] Help wanted with Atmel SAM ADC (AFEC) driver
Hi Justin,
Thank you!
Andrzej (on copy) is the original author of the new API, and you can also join the weekly API meeting to discuss over the
Hi Justin,
Thank you!
Andrzej (on copy) is the original author of the new API, and you can also join the weekly API meeting to discuss over the
|
By
Carles Cufi
·
#4840
·
|
|
Re: Adding new DTS binding for SAM0 I2C
Hello guys,
Thanks for the help. I fixed my binding problem and also the i2c driver I'm working on seem to be working now.
Thank you also Madani. I took a look at what you did and it's very similar to
Hello guys,
Thanks for the help. I fixed my binding problem and also the i2c driver I'm working on seem to be working now.
Thank you also Madani. I took a look at what you did and it's very similar to
|
By
Léonard Bise <leonard.bise@...>
·
#4839
·
|
|
Re: [Zephyr-users] Help wanted with Atmel SAM ADC (AFEC) driver
I will work on this for the SAM ADC since I've written some of the other SAM drivers.
I will work on this for the SAM ADC since I've written some of the other SAM drivers.
|
By
Justin
·
#4838
·
|
|
Help wanted with Atmel SAM ADC (AFEC) driver
Hi all,
A rework of the ADC driver API is now ready and existing ADC implementations are being ported to the new API. You can check out the PR [1] with the API and a reference implementation for more
Hi all,
A rework of the ADC driver API is now ready and existing ADC implementations are being ported to the new API. You can check out the PR [1] with the API and a reference implementation for more
|
By
Carles Cufi
·
#4837
·
|
|
Re: Bluetooth: Mesh: about avoiding cloud storage
Hi Vikrant,
I think it is a bad idea to have this kind message to put the device
back into unprovisioned state. Anyone who is using this app with your
devices could take over all your devices by
Hi Vikrant,
I think it is a bad idea to have this kind message to put the device
back into unprovisioned state. Anyone who is using this app with your
devices could take over all your devices by
|
By
laczenJMS
·
#4836
·
|
|
Re: Debug on Eclipse with NXP FRDM-K64F
Hi there,
Take a look at: http://docs.zephyrproject.org/application/application.html#eclipse-debugging
Regards,
Carles
Hi there,
Take a look at: http://docs.zephyrproject.org/application/application.html#eclipse-debugging
Regards,
Carles
|
By
Carles Cufi
·
#4835
·
|
|
Debug on Eclipse with NXP FRDM-K64F
Hi,
I am using the board NXP FRDM-K64F.
I would like to debug my code on eclise. How can I do it ?
Thanks
Clemence
Hi,
I am using the board NXP FRDM-K64F.
I would like to debug my code on eclise. How can I do it ?
Thanks
Clemence
|
By
clemence
·
#4834
·
|
|
Bluetooth: Mesh: about avoiding cloud storage service
Hi,
Assume
1) #BluetoothMesh provisioner App is creating NET & APP key using end-user @username & some unforgettable pass-phrase.
2) as app get un-installed, no relevant file will present on local
Hi,
Assume
1) #BluetoothMesh provisioner App is creating NET & APP key using end-user @username & some unforgettable pass-phrase.
2) as app get un-installed, no relevant file will present on local
|
By
vikrant8051 <vikrant8051@...>
·
#4833
·
|