Search found 52 matches

by morgandu
30 Aug 2024, 13:33
Forum: Nuvoton IoT Platform
Topic: [Q&A][M467] Fail to assemble startup_m460.s with M460BSP on Keil MDK v5.28 and Earlier Versions
Replies: 0
Views: 1449

[Q&A][M467] Fail to assemble startup_m460.s with M460BSP on Keil MDK v5.28 and Earlier Versions

When working with the M460 BSP v3.00.003 and utilizing Keil MDK version 5.28 or earlier, developers may encounter errors when attempting to build assembly code within their projects. This problem arises due to the configuration of the assembler in the project settings. mdk_01.png The Problem: Fail t...
by morgandu
30 Aug 2024, 13:33
Forum: Nuvoton Cortex-M4 MCU
Topic: [Q&A][M467] Fail to assemble startup_m460.s with M460BSP on Keil MDK v5.28 and Earlier Versions
Replies: 0
Views: 1655

[Q&A][M467] Fail to assemble startup_m460.s with M460BSP on Keil MDK v5.28 and Earlier Versions

When working with the M460 BSP v3.00.003 and utilizing Keil MDK version 5.28 or earlier, developers may encounter errors when attempting to build assembly code within their projects. This problem arises due to the configuration of the assembler in the project settings. mdk_01.png The Problem: Fail t...
by morgandu
26 Jul 2024, 16:32
Forum: Nuvoton IoT Platform
Topic: [M467] The MQTT connection on NuMaker-IoT-M467 using FreeRTOS and CycloneTCP
Replies: 0
Views: 6579

[M467] The MQTT connection on NuMaker-IoT-M467 using FreeRTOS and CycloneTCP

[For further inquiries, please e-mail to shchen2@nuvoton.com] [Visit https://www.nuvoton.com/iot_startup for more IoT solutions] The CyCloneTCP CycloneTCP-ipv4-ipv6-osi-model.png CyCloneTCP, designed by Oryx Embedded, is an IPv4/IPv6 TCP/IP stack tailored for resource-constrained microcontrollers. ...
by morgandu
08 Jul 2024, 13:39
Forum: Nuvoton IoT Platform
Topic: BME680 sensor
Replies: 8
Views: 21888

Re: BME680 sensor

The M487 microcontroller has internal pull-up/pull-down resistors, but these are limited to certain GPIO modes. When the pins are switched to I2C mode, the internal pull-up/pull-down functionality is no longer available. Therefore, mixed use is not possible.
by morgandu
14 May 2024, 13:18
Forum: Nuvoton IoT Platform
Topic: [Q&A] Mbed Studio 1.4.6 released
Replies: 0
Views: 10699

[Q&A] Mbed Studio 1.4.6 released

Arm release of a new version, Mbed Studio v1.4.6. The primary reason for this update is the expiration of the Arm Compiler License in May 2024, which affects users of v1.4.5. Therefore, this release is focused solely on updating the license. We kindly ask all Mbed Studio users to update to the lates...
by morgandu
14 May 2024, 09:31
Forum: Nuvoton IoT Platform
Topic: [Q&A] Fail to build Modbus (Mbed OS) example for NuMaker-IoT-M487
Replies: 0
Views: 8550

[Q&A] Fail to build Modbus (Mbed OS) example for NuMaker-IoT-M487

[For further inquiries, please e-mail to shchen2@nuvoton.com] [Visit https://www.nuvoton.com/iot_startup for more IoT solutions] You may encounter an issue with compiling the Mbed OS Modbus example for the NuMaker-IoT-M487 development board. After thorough investigation, we have identified and reso...
by morgandu
13 May 2024, 11:28
Forum: Nuvoton IoT Platform
Topic: [M467] Get Time from SNTP Server using CyCloneTCP and FreeRTOS
Replies: 0
Views: 8586

[M467] Get Time from SNTP Server using CyCloneTCP and FreeRTOS

[For further inquiries, please e-mail to shchen2@nuvoton.com] [Visit https://www.nuvoton.com/iot_startup for more IoT solutions] 2024/6/5 update : Oryx Embedded has released version 2.4.2, which includes new demos for Modbus, SNTP, and various others. You can download this latest version directly f...
by morgandu
16 Apr 2024, 11:30
Forum: Nuvoton IoT Platform
Topic: [M467] The SNMP Agent on NuMaker-IoT-M467 using CyCloneTCP and FreeRTOS
Replies: 0
Views: 11365

[M467] The SNMP Agent on NuMaker-IoT-M467 using CyCloneTCP and FreeRTOS

[For further inquiries, please e-mail to shchen2@nuvoton.com] [Visit https://www.nuvoton.com/iot_startup for more IoT solutions] The CyCloneTCP CycloneTCP-ipv4-ipv6-osi-model.png CyCloneTCP, designed by Oryx Embedded, is an IPv4/IPv6 TCP/IP stack tailored for resource-constrained microcontrollers. ...
by morgandu
10 Apr 2024, 16:54
Forum: Nuvoton IoT Platform
Topic: [M467] Use Arduino IDE Controlling Wi-Fi Module on the NuMaker-IoT-M467 Board
Replies: 0
Views: 6941

[M467] Use Arduino IDE Controlling Wi-Fi Module on the NuMaker-IoT-M467 Board

[For further inquiries, please e-mail to shchen2@nuvoton.com] [Visit https://www.nuvoton.com/iot_startup for more IoT solutions] On the NuMaker development board, there is a ESP-12F Wi-Fi module; however, the NuMaker UNO package in the Arduino IDE does not provide relevant control for this module. ...
by morgandu
22 Mar 2024, 15:14
Forum: Nuvoton Cortex-M4 MCU
Topic: M487 issues with SPIM DMA Write
Replies: 2
Views: 45746

Re: M487 issues with SPIM DMA Write

sittinhawk wrote:
16 Mar 2024, 19:35
Never mind, I solved it. My software bug was resetting DWDELSEL to zero, and apparently the hardware doesn't like this value to be zero. All working now
You're very welcome! Thank you for your feedback.