Re: Addition of STM32H7 MCU's

2024-01-18 Thread Alan C. Assis
MCUs in the familly, but I can't test this. > > @Robert: if you are in a hurry, send me an email directly and I'll respond > with a patch. > > Regards > Kian > > From: Robert Turner > Sent: 18 January 2024 03:30 > To: dev@nuttx.apa

Re: Addition of STM32H7 MCU's

2024-01-18 Thread Alan C. Assis
on code quality (but > > > > > > it's probably a matter of individual feelings). > > > > > > For IRQ and memory map (and probably DMAMUX), the approach with > > > > separate > > > > > > files may make sense but for peripheral d

Re: Addition of STM32H7 MCU's

2024-01-18 Thread Kian Karas (KK)
: Re: Addition of STM32H7 MCU's Nah not internal cache. The SRAM sizes for H723/5 are different from any of those defined in arch/arm/include/stm32h7/chip.h Suspect we need to get these correct as other files use these defs also, such as stm32_allocateheap.c Is Jorge's PR the one merged on Jul 12

Re: Addition of STM32H7 MCU's

2024-01-17 Thread Robert Turner
ity (but > > > > > it's probably a matter of individual feelings). > > > > > For IRQ and memory map (and probably DMAMUX), the approach with > > > separate > > > > > files may make sense but for peripheral definitions > > > >

Re: Addition of STM32H7 MCU's

2024-01-17 Thread Alan C. Assis
; > > > > > 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, bu

Re: Addition of STM32H7 MCU's

2024-01-17 Thread Robert Turner
rz 2023 o 12:01 > napisał(a): > > > > > > > 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 R

Re: Addition of STM32H7 MCU's

2024-01-17 Thread Alan C. Assis
M0468. Although > > > some chips from all these series have 7x3 in the name. > > > > > > > > > > > > -- > > > *От:* "raiden00pl" > > > *Кому:* "undefined" > > > *Отправлено:* пятни

Re: Addition of STM32H7 MCU's

2024-01-16 Thread Robert Turner
7x3 in the name. > > > > > > > > -- > > *От:* "raiden00pl" > > *Кому:* "undefined" > > *Отправлено:* пятница, 8 сентября 2023 г., 12:52 > > *Тема:* Re: Addition of STM32H7 MCU's > > > > From what I'm

Re: Addition of STM32H7 MCU's

2023-09-08 Thread raiden00pl
-- > *От:* "raiden00pl" > *Кому:* "undefined" > *Отправлено:* пятница, 8 сентября 2023 г., 12:52 > *Тема:* Re: Addition of STM32H7 MCU's > > From what I'm familiar with STM32H7, all chips use the same registers and > bit definit

RE: Addition of STM32H7 MCU's

2023-09-08 Thread o . svezhinskii
: "raiden00pl" Кому: "undefined" Отправлено: пятница, 8 сентября 2023 г., 12:52 Тема: Re: Addition of STM32H7 MCU's >From what I'm familiar with STM32H7, all chips use the same registers and bit definitions. Therefore, keeping definitions for different chips in different f

RE: Addition of STM32H7 MCU's

2023-09-08 Thread David Sidrane
org *Subject:* Addition of STM32H7 MCU's 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 seve

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