Questions regarding the Flexible Memory Controller from the ST32 series of microcontrollers.
Questions tagged [fmc]
11 questions
1
vote
0 answers
firebase messaging conditions invalid argument
I use Firebase to send notifications to multiple devices that have subscribed to a particular topic.
To send a notification to a combination of topics, I use "conditions" as described below:
String condition = "'TopicA' in topics && ('TopicB' in…

Zak FST
- 361
- 3
- 6
- 17
1
vote
1 answer
How do I find the base address of "NOR Flash/PSRAM/SRAM/ROM/LCD 1" on a STM32H743?
With the STM32F427, the generated code included a couple of different #defines which mapped to the address to which I needed to write:
e.g.
#define FMC_BANK3_BASE ((uint32_t)(0x60000000 | 0x08000000))
Where can I find similar #defines in a CubeMX…

fadedbee
- 42,671
- 44
- 178
- 308
0
votes
1 answer
Export Cisco FMC policies to CSV
https://github.com/rnwolfe/fmc-tools/blob/master/export-acp-to-csv.py
I'm using the above script to export cisco fmc policies to csv, however, on policies where we have multiple destination/source network objects (10 or so), the script notes it as…

user2875793
- 31
- 3
0
votes
0 answers
Interfacing FMC with LCD DBI TYPE B - Intel 8080
I recently trying to develop on LCD screens, and I saw the TFT LCD interfacing with the
high-density STM32F10xxx FSMC (AN2790
Application note)
and I was going along the way with the Application note just changed everything for my ili9488 and H7…

xmeety
- 21
- 5
0
votes
0 answers
automate cisco FMC using Ansible tower
I'm trying to automate Cisco FMC (v6.2) using Ansible tower (v3.8.6), But I have problems with starting the connection, known That I want to use an "HTTP API" connection, every time I try to establish a connection it ends with this error
{ "msg":…

CHebbah
- 1
- 1
0
votes
0 answers
Using STM32 FMC HAL driver with parallel DAC
Im trying to generate sinusoidal signal with STM32f767 and DAC8412. DAC have 12 bit data bus and 2 bit address to select one of the four analog outputs. I've configuried FMC in CubeIDE for a SRAM memory with 16 bit data and 2 bit addres. I was able…

bibo
- 3
- 2
0
votes
0 answers
STM F767 Read SDRAM with FMC
I try to write 1 byte and then read 1 byte from SDRAM IS42S81600F. It's connected to FMC pins of Nucleo-F767 board. In debug mode program goes to hard fault handler after reading. I'm using FMC configuration from CubeMX and initialization code found…

bibo
- 3
- 2
0
votes
1 answer
STM32f429: problem with using external SDRAM as an additional data memory
I can read/write an external sdram using fmc in stm32f429. But working with address and read/write functions is not proper for my purpose. I want to introduce external sdram as if internal sram is clearly extended and whenever I define a big…

LofEra
- 11
- 1
0
votes
2 answers
FirebaseMessagingService onMessageReceived not call when app is killed or app not launch
In normal case app is alive i received the notification and i display it.
{
"to" : "xxxx",
"notification": {
"body": "Hello",
"title" : "Hello world notification"
},
"data" : {
"data1" : "dddddd",
"data2" : "mmm"
…

Vincedrome
- 3
- 2
0
votes
1 answer
FMC push notification android background
I'm new in push notifications and I have an issue, when app receive a notification and app is open the class "FCMIntentService extends FirebaseMessagingService" execute correctly, but when app is closed or in background don't execute this class.…

Kalin666
- 19
- 3
0
votes
1 answer
Can the STM32H743's FMC drive a 16-bit 8080 bus faster than 1.6MHz when clocked at 480MHz?
I'm using the FMC of the STM32H743 to drive a 16-bit 8080-bus LCD controller.
I've tried using DMA, MDMA and a CPU-loop to transfer data to the 8080-bus, via the FMC.
The transfer frequency does not depend on whether DMA, MDMA or CPU-loop is used. …

fadedbee
- 42,671
- 44
- 178
- 308