File transfer

2023-09-08 Thread Gustavo Soares
Hi! My new application has a html file and in order to access it I need to transfer the file to the tmp directory on NuttX. I have configured NuttX according to this video but when running rz command and CTRL + A + Z the screen in the video does

Re: Addition of STM32H7 MCU's

2023-09-08 Thread raiden00pl
> You're right, but not entirely) For example, chips of different subseries have different interrupt vector tables. Those. The stm32h7x3xx_irq.h file lists interrupt vectors for the RM0433, but not for the RM0455 or RM0468. Although some chips from all these series have 7x3 in the name. I think

RE: Addition of STM32H7 MCU's

2023-09-08 Thread o . svezhinskii
You're right, but not entirely) For example, chips of different subseries have different interrupt vector tables. Those. The stm32h7x3xx_irq.h file lists interrupt vectors for the RM0433, but not for the RM0455 or RM0468. Although some chips from all these series have 7x3 in the name. От:

RE: Addition of STM32H7 MCU's

2023-09-08 Thread David Sidrane
The way to fix it is to fully name the files that are *different* by replacing the x with the part number’s digit E.G. stm32h7x3xx_irq.h -> stm32h723xx_irq.h The top level inclusion file will have the ifdef logic to include the correct part based on chip selection: See

Re: Addition of STM32H7 MCU's

2023-09-08 Thread raiden00pl
>From what I'm familiar with STM32H7, all chips use the same registers and bit definitions. Therefore, keeping definitions for different chips in different files doesn't make sense in my opinion. The only problem is that some chips support some peripherals while others do not. But this can be

Addition of STM32H7 MCU's

2023-09-08 Thread o . svezhinskii
Hi, all I would like to start working on developing support for STM32H735 microcontrollers in NuttX OS, but I found some strange things in the principle of configuring this series of microcontrollers. Microcontrollers of the H7 series are divided into several subseries, each united by one