|
Using printk on an STM32F103C8 board
Hi Scott, if you are using board configuration file purposed for Nucleo F103RB, then the default UART configuration refers to UART2, pins TX=A2, RX=PA3. Pins configuration can be found in drivers/pinm
Hi Scott, if you are using board configuration file purposed for Nucleo F103RB, then the default UART configuration refers to UART2, pins TX=A2, RX=PA3. Pins configuration can be found in drivers/pinm
|
By
Adam Podogrocki
· #54
·
|
|
Help needed for Zephyr compilation
Seems that the Python module named 'elftools' is missing. Please install the mentioned packed and try again. Cheers, Adam
Seems that the Python module named 'elftools' is missing. Please install the mentioned packed and try again. Cheers, Adam
|
By
Adam Podogrocki
· #97
·
|
|
USB Questions
Hi Anton, regarding point 2 to use the USB device as a console, please add: CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM" CONFIG_USB_UART_CONSOLE=y CONFIG_UART_LINE_CTRL=y samples/subsys/usb/cdc_acm/src/m
Hi Anton, regarding point 2 to use the USB device as a console, please add: CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM" CONFIG_USB_UART_CONSOLE=y CONFIG_UART_LINE_CTRL=y samples/subsys/usb/cdc_acm/src/m
|
By
Adam Podogrocki
· #2016
·
|
|
Support for Atmel SAMG55
Hi, are there any activities ongoing to add support for SAMG55 MCU to Zephyr? Regards, Adam
Hi, are there any activities ongoing to add support for SAMG55 MCU to Zephyr? Regards, Adam
|
By
Adam Podogrocki
· #2017
·
|
|
Support for Atmel SAMG55
Hi Michael, I'm afraid it won't be as easy as using definition for SAMD51. I've compared memory mapping. It is enough to see that Internal Flash has different address, there is Internal ROM in G55. G5
Hi Michael, I'm afraid it won't be as easy as using definition for SAMD51. I've compared memory mapping. It is enough to see that Internal Flash has different address, there is Internal ROM in G55. G5
|
By
Adam Podogrocki
· #2019
·
|
|
Reading data from LSM6DS33 , I2C
Edyta, WHO_AM_I_REG should be the third parameter, not forth. Cheers, Adam
Edyta, WHO_AM_I_REG should be the third parameter, not forth. Cheers, Adam
|
By
Adam Podogrocki
· #2131
·
|
|
Nucleo STM32F411RE PWM support
Hi Florian, have you set status of the appropriate Timer & PWM device to "okay"? Have you activated the PWM driver in Zephyr Menu Config? Have you successfully got device binding in the source code? C
Hi Florian, have you set status of the appropriate Timer & PWM device to "okay"? Have you activated the PWM driver in Zephyr Menu Config? Have you successfully got device binding in the source code? C
|
By
Adam Podogrocki
· #2329
·
|
|
Private: Re: [Zephyr-users] Same I2C bus on different pins
#driver
#i2c
Hi Nikolaus, I assume that your MCU allows alternative SDA/SCL configurations but not simultaneous, i.e. you can decide on which SDA/SCL pair of pins you can have I2C bus, but not on all pairs at the
Hi Nikolaus, I assume that your MCU allows alternative SDA/SCL configurations but not simultaneous, i.e. you can decide on which SDA/SCL pair of pins you can have I2C bus, but not on all pairs at the
|
By
Adam Podogrocki
· #2346
·
|