您尚未登录。

#1 Re: RISC-V » 给risc-v标准内核适配freertos-kernel » 2022-03-06 05:16:16

solution found. much searching and R&D.

#define configMTIMECMP_BASE_ADDRESS ( 0x14004000ul )

this is the base address and for a multicore you would have to offset by 8 * HART.

there is NO MTIME memory-map IO (MMIO). you must use the csr time register. for D1/F133 it will read out a 64 bit value. however the CLINT's MMIO is NOT 64 bit friendly. you cannot read a 64 bit value atomically. you must read two 32 bit values and concatenate in firmware.

all of the above require (IMHO) a unique port.c and portASM.s and i have made the necessary changes. all ticks and scheduler interrupts working now.

when a little more ready for prime time i will publish my results, including the bare-metal SPL if people are interested.

-Ed

#2 Re: RISC-V » 给risc-v标准内核适配freertos-kernel » 2022-03-05 11:08:04

xiaohui -

i'm trying to get a bare-metal port of newest FreeRTOS working. I have a bootloader that will load my code, i've got everything compiling and console output BEFORE vTaskStartScheduler(), console output from the beginning of the first task (only task besides idle).

all programming/compiling on Windows with the C-Sky Development Suite.

my problem is that my tick interrupt isn't working. i haven't been able to figure the 32 physical address for the MTIME and MTIMECMP

#define configMTIME_BASE_ADDRESS     ( ? )
#define configMTIMECMP_BASE_ADDRESS ( ? )

i've read through D1/F133 manuals and C906 manual and can't quite get the proper address. i think i've got to use the CLINT base + some offsets.

any guidance or suggestions would be very much appreciated.

-Ed

#3 Re: 全志 SOC » F133的SPL代码DRAM初始化参数是怎样的? » 2022-02-16 10:56:47

Thanx for quick reply. I'll continue research and advise of any solution.

#4 Re: 全志 SOC » F133的SPL代码DRAM初始化参数是怎样的? » 2022-02-16 08:50:08

Similar information request. Working on a SPL for F133. BUT as a Windows Eclipse xpack GNU risc-v project.

Have a lot working but trying to do simple DRAM init.

Have researched D1 mainline SPL, xboot, and xfel github source code. Almost got it by grabbing mctl_hal.s from xfel. But this environment chokes on the assembler code. I think it has T-head extensions in it (lrbu for one).

mctl_hal.s appears to be compiler generated code. Do xboot/xfel authors have access to mctl_hal.c? I found an old one from 2014 on github but doubt if it will play we'll.

Assistance or guidance much appreciated.

Thanx,

Ed

#5 Re: 全志 SOC » 试试用哪吒MQ板运行lvgl demo(鼠标) » 2021-11-18 08:39:31

I assume you'll let us know when Nezha MQ ordering opens up?

Working on own designs but want several MQs for initial F133 testing. Doing initial testing on Nezha D1 right now while laying out first F133 prototypes.

#6 Re: 全志 SOC » any D1s/F133-A chips available ??? » 2021-10-29 00:21:28

@unturned3

after years of fighting flash/ram sizes in MCU (PIC32, PSOC5, XMC4500, etc) the ability to program/buffer in a 64MB memory is unbelievable. we've had 10Base-T, then 100Base-T but very few MCU have 1000Base-T. one thing we fight in professional lighting displays is latency so the faster/wider the pipelines the better. we use an FPGA to take a buffer of lighting data and custom generate peripherals that are tailored to the pixel protocols. no need for fooling spi/uart to do the job with our custom drivers nailed to the protocol. not the only way to get there, just a path we are taking. we are near production on SSD212 products but they have been so difficult to work with on documentation. porting the drivers from linux to freertos when you don't know the register bits has been a pain in the ....

just our humble opinion after many years of product development.

there are no rules, and those are the rules  (Fraggle Rock)

#7 Re: 全志 SOC » any D1s/F133-A chips available ??? » 2021-10-28 23:45:25

here's a 3D of a pre-production SSD212 design. considering jumping to F133-A ...

project_20211028-2342.png

#8 Re: 全志 SOC » any D1s/F133-A chips available ??? » 2021-10-28 23:31:05

Thanx all for input. Next Month is Monday, i'll order then  ;^)

@Blueskull
Not targeting SDIO, just an example. i can control the interface into my FPGA but can't on other chips. i may have need for other chips that will use SPI and by moving FPGA hi speed channel to SDIO it would free up SPI channels. Not reinventing the wheel, just porting years of knowledge/development on MCU platforms to this environment.

#9 全志 SOC » any D1s/F133-A chips available ??? » 2021-10-28 03:03:21

j1sys
回复: 10

after researching datasheets and example board designs (thanx to all provided) and seeing all the people making boards I think I'm ready for a first pass prototyping board. Our focus is on RT-Thread or FreeRTOS lighting controllers with Ethernet to SDIO FPGA data handling. No LCD or video in/out. We've worked with SSD210 but are tired of no documentation of registers etc. even with a signed NDA.

I've looked all over for some sample quantities to prototype with. does anyone have on-hand or access to a modest supply? payment from USA but shipping to my agent in Guangzhou for assembly (or agent can pay in China).

Thanx,

Ed Bryson
Joshua 1 Systems Inc
Knoxville TN USA

页脚

工信部备案:粤ICP备20025096号 Powered by FluxBB

感谢为中文互联网持续输出优质内容的各位老铁们。 QQ: 516333132, 微信(wechat): whycan_cn (哇酷网/挖坑网/填坑网) service@whycan.cn