Skip to content

Exporters CoIDE (added KL05Z, LPC1768), fixed issue with c++ libraries #152

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 29, 2014

Conversation

0xc0170
Copy link
Contributor

@0xc0170 0xc0170 commented Jan 27, 2014

Hello,

LPC1768 target is not enabled yet, because it has an issue reported already on the coocox forum (NXP & CMSIS-DAP). I will enable it once it gets fixed.

KL05Z addition, and fixed libraries additions in the coide template.

Regards,
0xc0170

	- LPC1768 - coide has issues with CMSIS-DAP debugging, already reported.
	  Added this template but not enabled yet.
	- KL05Z export for coide
	- KL05Z - supressed warnings in HAL
bogdanm added a commit that referenced this pull request Jan 29, 2014
Exporters CoIDE (added KL05Z, LPC1768), fixed issue with c++ libraries
@bogdanm bogdanm merged commit dc331e6 into ARMmbed:master Jan 29, 2014
@0xc0170 0xc0170 deleted the dev_coide_libraries_fix branch June 9, 2015 11:46
yossi2le pushed a commit to yossi2le/mbed-os that referenced this pull request Jan 2, 2019
lrusinowicz pushed a commit to lrusinowicz/mbed-os that referenced this pull request Feb 5, 2019
Updating mbed-os to mbed-os-5.11.1
Jookia added a commit to Jookia/mbed-os that referenced this pull request May 18, 2023
* STM32F7: Unconditionally enable QSPI workarounds

On the STM32769NI at least this patch is required for stable QSPI use.
Enable it uncondtionally in case other boards need it too.

Further discussions:

ARMmbed#10049
ARMmbed#15108

STMicroelectronics/STM32CubeF7#52
STMicroelectronics/STM32CubeF7#82

* QSPIF: Attempt 4-byte addressing on Macronix chips

mbed-os PR 11531 introduced 4-byte addressing in the QSPIF block device:

ARMmbed#11531

During testing it was found that this code broke on the NRF52840_DK and
DISCO_F769NI.

The NRF52840_DK controller seems unable to handle 4-byte addressing at
all and has been disabled entirely in another code section.

The DISCO_F769NI breakage was attributed to the flash chip but after more
research I believe this is related to the QSPI controller, not the 4-byte
addressing itself.

Now that the QSPI controller has a workaround, enable 4-byte addressing
again and hope it works fine this time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants