Re: GPIO drivers

2024-01-17 Thread Stewart Charnell
o-l432kc board I am working with). For my relay driver that doesn't matter (if I don't export it back to github as a patch), but to make the relay driver more generic does this mean the relay.c file should be within the arch/arm/src/ directory? Kind regards Stewart On 17/01/2024 06:49, Stewar

Re: GPIO drivers

2024-01-16 Thread Stewart Charnell
Hello Bowen, Thank you for responding to my question. Yes I think the relay framework will do what I want, I will try it out. Kind regards Stewart Charnell On 17/01/2024 03:23, 汪博文 wrote: Hello, I'm Bowen Wang and nice to answer your question. Please correct me If I understand wrong. I

GPIO drivers

2024-01-16 Thread Stewart Charnell
regards Stewart Charnell

Problems adding a New Board Configuration

2024-01-11 Thread Stewart Charnell
Hi, I am working with a nucleo-l432kc board and need to add multiple occurrences of identical peripherals (INA260 current sensor). I thought I would create a new board configuration, based on the nucleo-l432kc to make the any changes in. I used the NUTTX Porting Guide webpage to see what I

Re: STM Nucleo-32 board - I2C functionality

2023-09-26 Thread Stewart Charnell
On 25/09/2023 21:52, Stewart Charnell wrote: Hi Daniel, Sorry for not replying earlier, I was away for the weekend. I will test out PR #10753 tomorrow. Kind regards Stewart On 21/09/2023 15:13, Daniel Pereira Carvalho wrote: Hi Stewart, You are right, there is a mistake regarding pin

Re: STM Nucleo-32 board - I2C functionality

2023-09-25 Thread Stewart Charnell
/nucleo-l432kc/src/stm32_ina226.c. I tried to fix these pin definitions on PR #10753 but I can't test them. Are you able to test it? Thanks Daniel Pereira de Carvalho Em qua., 20 de set. de 2023 às 13:42, Stewart Charnell < nu...@charnell.plus.com> escreveu: Hi, Has anyone used t

STM Nucleo-32 board - I2C functionality

2023-09-20 Thread Stewart Charnell
ns D4 and D5. These calls to the stm32l4_configgpio functions cause the I2C1 lines to be disabled. Kind regards Stewart Charnell