-
Hello!
I'm about to build this emulator and reading code to understand how it works.
I have a question regarding cartidge bank switching within interrupt.S at write_slot_memory:
The data bus is …
-
- [X ] I made serious effort to avoid creating duplicate or nearly similar issue
In order to allow developers to isolate and target your respective issue, please take some time to select the check …
-
By default, official STM32Duino core is used.
For some boards, the maple core is the default.
$ cd ~/.platformio/platforms/ststm32/boards
$ grep -r core *
1bitsy_stm32f415rgt.json: "core":…
-
https://github.com/micropython/micropython/blob/a708848b0cb0f304f43178140d84d5535e186a38/drivers/cyw43/cywbt.c#L58
And
https://github.com/micropython/micropython/blob/a708848b0cb0f304f43178140d84d55…
-
Hi, I am trying to start developing for the STM32H743, using the weact H7 board (https://github.com/WeActTC/MiniSTM32H7xx) but I am having trouble even with the blinky example. From my understanding, …
-
**Is this request related to a missing driver support for a particular hardware platform, SoC or board? Please describe.**
This request addresses USB device driver support on the STM32H7 series. It i…
-
Toolchain: MDK-ARM Version:5.34.00
Mcu: STM32H743XIHb
Question:
1.I refer x-cube-azrtos-h7-main->STM32H747I-DISCO->App->USBX->Ux_Device_HID_CDC_ACM for porting USBX and ThreadX
2.ThreadX Workin…
-
Hello,
i have an PortentaH7-board conntected via USB to a windows 10 computer.
If i upload the example project to the M7-core in the arduino IDE it works.
In VScode with PlatformIO i get the follo…
-
Datasheet of the H742/H743/H753/H750:
![image](https://user-images.githubusercontent.com/8545127/108497465-c41ad900-72ab-11eb-85e1-b88ce9f5eded.png)
Config: https://github.com/stm32-rs/stm32-rs/bl…
-
**Describe the bug**
When building the dumb http server with `CONFIG_DEBUG` enabled, for the stm32h747i_disco_m7 board, we very fast get a semaphore timeout on waiting for transmission complete callb…