We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6250b86 commit 6b4f696Copy full SHA for 6b4f696
samples/drivers/i2s/output/boards/nucleo_g431kb.conf
@@ -0,0 +1 @@
1
+CONFIG_HEAP_MEM_POOL_SIZE=4192
samples/drivers/i2s/output/boards/nucleo_g431kb.overlay
@@ -0,0 +1,32 @@
+/*
2
+ * Copyright (c) 2025 Mario Paja <[email protected]>
3
+ *
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
+/ {
8
+ aliases {
9
+ i2s-tx = &sai1_a;
10
+ };
11
+};
12
13
+&pll {
14
+ /* 44.1KHz (-0.03% Error) */
15
+ div-q = <8>;
16
17
18
+&sai1_a {
19
+ pinctrl-0 = <&sai1_sd_a_pa10 &sai1_fs_a_pa9
20
+ &sai1_sck_a_pa8>;
21
+ pinctrl-names = "default";
22
+ status = "okay";
23
+ dma-names = "tx";
24
25
26
+&dma1{
27
28
29
30
+&dmamux1{
31
32
0 commit comments