Skip to content
Discussion options

You must be logged in to vote

One thing I suspect out is the following with usb_otg_fs_id_pa10 and status = "okay";
Even it shouldn't be the problem if you didn't enable the USB driver !!!

usbotg_fs: zephyr_udc0: otgfs@50000000 {
	compatible = "st,stm32-otgfs";
	reg = < 0x50000000 0x40000 >;
	interrupts = < 0x43 0x0 >;
	interrupt-names = "otgfs";
	num-bidir-endpoints = < 0x6 >;
	ram-size = < 0x500 >;
	maximum-speed = "full-speed";
	clocks = < &rcc 0x4c 0x1000 >, < &rcc 0x5 0x7a88 >;
	phys = < &otgfs_phy >;
	status = "okay";
	pinctrl-0 = < &usb_otg_fs_dm_pa11 &usb_otg_fs_dp_pa12 &usb_otg_fs_id_pa10 >;
	pinctrl-names = "default";
};

Also, finally you will change

zephyr,console = &lpuart1;
zephyr,shell-uart = &lpuart1;

t…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@ndrs-pst
Comment options

@jasshapiro
Comment options

@ndrs-pst
Comment options

Answer selected by jasshapiro
@jasshapiro
Comment options

@ndrs-pst
Comment options

@jasshapiro
Comment options

@ndrs-pst
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants